medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit ce1e398b147f8e0ce43d9311711a14b444d50fed
parent 0a7cf69facb48bb0e3a46a8f09db0f78c3902145
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Mar  4 14:28:52 +0200

Fix up ggformat includes

Diffstat:
ggformat.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/ggformat.h b/ggformat.h @@ -1,5 +1,6 @@ #pragma once +#include <stdio.h> #include <stddef.h> /* @@ -65,6 +66,7 @@ void format( FormatBuffer * fb, const char * x, const FormatOpts & opts = Format * nasty implementation details that have to go in the header */ +#include "intrinsics.h" #include "platform_io.h" #include "platform_pragmas.h"