mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 23:57:13 +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 <cctype>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <CoreFoundation/CoreFoundation.h>
|
#include <CoreFoundation/CoreFoundation.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue