summaryrefslogtreecommitdiff
path: root/includes/Selectable.h
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-20 19:04:23 -0800
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-12-20 19:04:23 -0800
commit16594884da1c20c60fa1211c76939696547c02b5 (patch)
tree1e1ae20b323f6e99a36bcf9611032726c76afae6 /includes/Selectable.h
parent3a91332a70abfc777a352c46727f54426c982371 (diff)
Sockets are now working properly under MSVC. I guess I broke mingw32 though, but we'll fix this later.
Diffstat (limited to 'includes/Selectable.h')
-rw-r--r--includes/Selectable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/Selectable.h b/includes/Selectable.h
index 0cfae0c..b3b5b8c 100644
--- a/includes/Selectable.h
+++ b/includes/Selectable.h
@@ -1,4 +1,7 @@
#pragma once
+#ifdef _WIN32
+#include <windows.h>
+#endif
#include <Handle.h>
#include <TaskMan.h>