summarylogtreecommitdiffstats
path: root/lib-stb.patch
blob: 6e665c9c4810e7e27676a79c12a64df5875d5857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./src/infill/ImageBasedDensityProvider.cpp.orig
+++ ./src/infill/ImageBasedDensityProvider.cpp
@@ -4,7 +4,7 @@
 #define STBI_FAILURE_USERMSG // enable user friendly bug messages for STB lib
 #define STB_IMAGE_IMPLEMENTATION // needed in order to enable the implementation of libs/std_image.h
 #include <spdlog/spdlog.h>
-#include <stb_image.h>
+#include <stb/stb_image.h>
 
 #include "infill/ImageBasedDensityProvider.h"
 #include "infill/SierpinskiFill.h"