mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-10 01:13:49 +00:00
Include pixman header file with "..." instead of <...>
To avoid clang error on Xcode
This commit is contained in:
parent
eeb8069226
commit
de25f286b4
@ -8,7 +8,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <pixman.h>
|
||||
#include "pixman.h"
|
||||
|
||||
#include "gfx/point.h"
|
||||
#include "gfx/region.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user