Index: geogram/src/lib/geogram/image/image_serializer_stb.cpp
===================================================================
--- geogram.orig/src/lib/geogram/image/image_serializer_stb.cpp
+++ geogram/src/lib/geogram/image/image_serializer_stb.cpp
@@ -82,8 +82,8 @@
 #pragma warning( disable : 4244 )
 #endif
 
-#include <geogram/third_party/stb_image/stb_image.h>
-#include <geogram/third_party/stb_image/stb_image_write.h>
+#include <stb/stb_image.h>
+#include <stb/stb_image_write.h>
 
 namespace GEO {
 
Index: geogram/src/lib/geogram/mesh/mesh_CSG.cpp
===================================================================
--- geogram.orig/src/lib/geogram/mesh/mesh_CSG.cpp
+++ geogram/src/lib/geogram/mesh/mesh_CSG.cpp
@@ -124,7 +124,7 @@
 // end stb-c-lexer configuration
 
 #define STB_C_LEXER_IMPLEMENTATION
-#include <geogram/third_party/stb/stb_c_lexer.h>
+#include <stb/stb_c_lexer.h>
 
 #ifdef GEO_COMPILER_GCC_FAMILY
 #pragma GCC diagnostic pop
