Fixed compile error on Windows
parent
ffd688e2d7
commit
716218aa37
|
@ -23,7 +23,7 @@
|
||||||
#include "common/config.h"
|
#include "common/config.h"
|
||||||
|
|
||||||
#if PLATFORM_WINDOWS
|
#if PLATFORM_WINDOWS
|
||||||
#include "app/system_windows.h"
|
#include "common/system/system_windows.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "common/logger.h"
|
#include "common/logger.h"
|
||||||
|
|
Loading…
Reference in New Issue