Make stb paths not use system include path?

This commit is contained in:
Lily Tsuru 2022-08-16 03:29:17 -05:00
parent 5431d510c2
commit 505cd3f0a7
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#include <pixel/ImageWriter.h> #include <pixel/ImageWriter.h>
#include <pixel/RgbaImage.h> #include <pixel/RgbaImage.h>
#include <stb_image_write.h> #include "stb_image_write.h"
namespace pixel { namespace pixel {

View File

@ -7,4 +7,4 @@
// //
#define STB_IMAGE_WRITE_IMPLEMENTATION #define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h> #include "stb_image_write.h"