diff --git a/src/ImageWriter.cpp b/src/ImageWriter.cpp index 0ca7884..31a393c 100644 --- a/src/ImageWriter.cpp +++ b/src/ImageWriter.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include "stb_image_write.h" namespace pixel { diff --git a/src/stb_impl.cpp b/src/stb_impl.cpp index 4b3853e..ee4a938 100644 --- a/src/stb_impl.cpp +++ b/src/stb_impl.cpp @@ -7,4 +7,4 @@ // #define STB_IMAGE_WRITE_IMPLEMENTATION -#include +#include "stb_image_write.h"