summaryrefslogtreecommitdiff
path: root/AmpelJonas/stdafx.h
diff options
context:
space:
mode:
authorGravatar jonas <himself@jonasgunz.de> 2018-12-10 17:04:23 +0100
committerGravatar jonas <himself@jonasgunz.de> 2018-12-10 17:04:23 +0100
commita87a70298aefdcade34739ae2aa3b07436aae328 (patch)
treebb366013f51785acabadf842bfd6b5e120908407 /AmpelJonas/stdafx.h
parentc7ee3d48002585362505b68aabd1093a2877e1cc (diff)
downloadtermgl-a87a70298aefdcade34739ae2aa3b07436aae328.tar.gz
Wrap up for new branchgame
Diffstat (limited to 'AmpelJonas/stdafx.h')
-rw-r--r--AmpelJonas/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/AmpelJonas/stdafx.h b/AmpelJonas/stdafx.h
index 986bfde..1e65f85 100644
--- a/AmpelJonas/stdafx.h
+++ b/AmpelJonas/stdafx.h
@@ -11,11 +11,12 @@
#ifdef _WIN32
#include <tchar.h>
+#elif __linux__
+#include <unistd.h>
#endif
#include <vector>
-
#include "cRender.h"
#include "cObject.h"
#include "cObjectHandler.h"