aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index a18f08f..74c4f84 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,14 @@
/* Headers. */
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include "microui.h"
#include "renderer.h"
-#include "widget.h"
#include "unit.h"
+#include "compressor.h"
+#include "widget.h"
#include "engine.h"
#include "ui.h"