Make stb paths not use system include path?
This commit is contained in:
parent
5431d510c2
commit
505cd3f0a7
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||||
#include <stb_image_write.h>
|
#include "stb_image_write.h"
|
||||||
|
|
Loading…
Reference in New Issue