ggentropy

A string formatting library for C++
Log | Files | Refs | README

commit 16ef369c8820b15a8d559d314149efaf0216f00a
parent 5e9df721ed00d39d2b2784ee3bb0003f6f6e9fce
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu,  9 Jul 2020 16:41:08 +0300

Include stddef

Diffstat:
Mggentropy.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ggentropy.cpp b/ggentropy.cpp @@ -42,6 +42,7 @@ # error new platform #endif +#include <stddef.h> #include <assert.h> #if PLATFORM_HAS_URANDOM