summaryrefslogtreecommitdiff
path: root/base.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2020-12-15 14:03:49 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2020-12-15 14:03:49 -0500
commit6c2963f91b90f73da862ac9feac25cdcc1266869 (patch)
treee5221f7cbcd6829a188186bd7c731f409c17fa76 /base.h
parent4ddf0821a9a24f6e6a6ca60ab6d38e095a88591b (diff)
text insertion working very well!
Diffstat (limited to 'base.h')
-rw-r--r--base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base.h b/base.h
index 114563f..65c8f20 100644
--- a/base.h
+++ b/base.h
@@ -17,6 +17,7 @@
#include <float.h>
#include <limits.h>
#include <assert.h>
+#include <uchar.h>
typedef uint8_t u8;
typedef uint16_t u16;