Put back missing windows header

This commit is contained in:
Atlante45 2014-04-22 12:35:50 -07:00
parent 3eeb3a539d
commit fea0a262a6

View file

@ -15,6 +15,10 @@
#include <cctype>
#include <time.h>
#ifdef _WIN32
#include <windows.h>
#endif
#ifdef __APPLE__
#include <CoreFoundation/CoreFoundation.h>
#endif