aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/magnum-plugins/002-fix-stb-conflict.patch
blob: 13d535b321d4811ede79e674f20906eb28865e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/MagnumPlugins/StbImageImporter/StbImageImporter.cpp b/src/MagnumPlugins/StbImageImporter/StbImageImporter.cpp
index c24a968..1a38162 100644
--- a/src/MagnumPlugins/StbImageImporter/StbImageImporter.cpp
+++ b/src/MagnumPlugins/StbImageImporter/StbImageImporter.cpp
@@ -45,7 +45,7 @@
 #endif
 
 /* Not defining malloc/free, because there's no equivalent for realloc in C++ */
-#include "stb_image.h"
+#include "external/stb/stb_image.h"
 
 namespace Magnum { namespace Trade {