summaryrefslogtreecommitdiff
path: root/gfx/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/image.cpp')
-rw-r--r--gfx/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/image.cpp b/gfx/image.cpp
index 1fe2d31..41c59a2 100644
--- a/gfx/image.cpp
+++ b/gfx/image.cpp
@@ -1,6 +1,6 @@
#include "image.h"
#include <cstddef>
-#include <stb_image.h>
+#include <stb/stb_image.h>
#include <stdexcept>
Image::Image(const char * fileName, int flags) : width {}, height {}, numComponents {}