mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 10:28:57 +02:00
Put back missing windows header
This commit is contained in:
parent
3eeb3a539d
commit
fea0a262a6
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
#include <cctype>
|
||||
#include <time.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue