mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-21 03:40:57 +00:00
Fix compilation of src/app/file_system.cpp in non-Windows platforms
This commit is contained in:
parent
92c5222aa7
commit
61952bc45f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user