diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:52:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-11-25 23:52:10 +0000 |
commit | 6744952e310e828ea29adeabd58b281cf2172c2f (patch) | |
tree | 650db366121e99d2f57ee8f7e093295b324b55a9 /gfx/models/stb_image.cpp | |
parent | Always build ilt library shared (diff) | |
download | ilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.bz2 ilt-6744952e310e828ea29adeabd58b281cf2172c2f.tar.xz ilt-6744952e310e828ea29adeabd58b281cf2172c2f.zip |
Include stb directly
Diffstat (limited to 'gfx/models/stb_image.cpp')
-rw-r--r-- | gfx/models/stb_image.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/models/stb_image.cpp b/gfx/models/stb_image.cpp index 1daf279..c6b605e 100644 --- a/gfx/models/stb_image.cpp +++ b/gfx/models/stb_image.cpp @@ -5,5 +5,5 @@ # ifndef __clang__ # pragma GCC diagnostic ignored "-Wunused-but-set-variable" # endif -# include "stb_image.h" +# include "stb/stb_image.h" #endif |