Fixed compile error on Windows

dev-new-models
krzys-h 2016-07-24 18:19:34 +02:00
parent ffd688e2d7
commit 716218aa37
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include "common/config.h"
#if PLATFORM_WINDOWS
#include "app/system_windows.h"
#include "common/system/system_windows.h"
#endif
#include "common/logger.h"