diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 18:13:14 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-11-25 18:13:14 -0500 |
commit | e67e39554616b359b938e4b9f7178c616cba4f7f (patch) | |
tree | c0839598fc94188410a431c50d9f2fdc5d642c07 /base.h | |
parent | 2a498a47fc8836eb2baae3a4fb9e7e0316402fa6 (diff) |
fix simple text rendering
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |