diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-15 14:03:49 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2020-12-15 14:03:49 -0500 |
commit | 6c2963f91b90f73da862ac9feac25cdcc1266869 (patch) | |
tree | e5221f7cbcd6829a188186bd7c731f409c17fa76 /base.h | |
parent | 4ddf0821a9a24f6e6a6ca60ab6d38e095a88591b (diff) |
text insertion working very well!
Diffstat (limited to 'base.h')
-rw-r--r-- | base.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include <float.h> #include <limits.h> #include <assert.h> +#include <uchar.h> typedef uint8_t u8; typedef uint16_t u16; |