aboutsummaryrefslogtreecommitdiffstats
path: root/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui.c')
-rw-r--r--ui.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index a28a169..cb65da7 100644
--- a/ui.c
+++ b/ui.c
@@ -1,9 +1,11 @@
#include <assert.h>
+#include <limits.h>
#include <string.h>
#include "microui.h"
-#include "widget.h"
#include "unit.h"
+#include "compressor.h"
+#include "widget.h"
#include "engine.h"
#include "ui.h"