summaryrefslogtreecommitdiffstats
path: root/include/plist/Date.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/plist/Date.h')
-rw-r--r--include/plist/Date.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/plist/Date.h b/include/plist/Date.h
index 22565ef..9c092ea 100644
--- a/include/plist/Date.h
+++ b/include/plist/Date.h
@@ -25,6 +25,10 @@
#include <plist/Node.h>
#include <ctime>
+#ifdef _MSC_VER
+#include <Winsock2.h>
+#endif
+
namespace PList
{