diff options
Diffstat (limited to 'src/compile/text.c')
| -rw-r--r-- | src/compile/text.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile/text.c b/src/compile/text.c index 049f8f94..9a95fd4d 100644 --- a/src/compile/text.c +++ b/src/compile/text.c @@ -10,6 +10,7 @@ #include "../typecheck.h" #include "../types.h" #include "functions.h" +#include "types.h" public Text_t expr_as_text(Text_t expr, type_t *t, Text_t color) { |
