Fix compilation of src/app/file_system.cpp in non-Windows platforms

This commit is contained in:
David Capello 2021-06-16 09:46:00 -03:00
parent 92c5222aa7
commit 61952bc45f

View File

@ -19,7 +19,6 @@
#include "base/fs.h"
#include "base/string.h"
#include "base/win/comptr.h"
#include "os/display.h"
#include "os/surface.h"
#include "os/system.h"
@ -31,6 +30,8 @@
#include <vector>
#ifdef _WIN32
#include "base/win/comptr.h"
#include <windows.h>
#include <shlobj.h>