diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/plist/Date.h | 4 |
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 { |