summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 3456aa8..7cb0288 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1,10 +1,11 @@
#include <glad/glad.h>
-#include <unistd.h>
#include <stdio.h>
#if WINDOWS
+#include <windows.h>
#else
#include <sys/mman.h>
+#include <unistd.h>
#endif
#if ARM