summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-11-25 18:13:14 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-11-25 18:13:14 -0500
commite67e39554616b359b938e4b9f7178c616cba4f7f (patch)
treec0839598fc94188410a431c50d9f2fdc5d642c07 /base.h
parent2a498a47fc8836eb2baae3a4fb9e7e0316402fa6 (diff)
fix simple text rendering
Diffstat (limited to 'base.h')
-rw-r--r--base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/base.h b/base.h
index 3a8b4a9..114563f 100644
--- a/base.h
+++ b/base.h
@@ -14,6 +14,8 @@
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
+#include <float.h>
+#include <limits.h>
#include <assert.h>
typedef uint8_t u8;