This commit is contained in:
petterreinholdtsen 2025-09-04 21:00:45 +02:00 committed by GitHub
commit 1a0048efa1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@
// External libraries for JSON & image loading // External libraries for JSON & image loading
#include "nlohmann/json.hpp" #include "nlohmann/json.hpp"
#define STB_IMAGE_IMPLEMENTATION #define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h" #include "stb/stb_image.h"