diff options
Diffstat (limited to 'include/plist/Date.h')
| -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 3cfb7d1..5113cf3 100644 --- a/include/plist/Date.h +++ b/include/plist/Date.h | |||
| @@ -24,7 +24,11 @@ | |||
| 24 | 24 | ||
| 25 | #include <plist/Node.h> | 25 | #include <plist/Node.h> |
| 26 | #include <ctime> | 26 | #include <ctime> |
| 27 | #ifdef _MSC_VER | ||
| 28 | #include <winsock2.h> | ||
| 29 | #else | ||
| 27 | #include <sys/time.h> | 30 | #include <sys/time.h> |
| 31 | #endif | ||
| 28 | 32 | ||
| 29 | namespace PList | 33 | namespace PList |
| 30 | { | 34 | { |
