summaryrefslogtreecommitdiff
path: root/AmpelJonas/stdafx.h
diff options
context:
space:
mode:
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"