Include from stb include namespace.

On at least Debian, the stb_image.h header file from the libstb-dev
package is in a subdirectory to avoid name space conflicts, switch the
include line to use the correct path.
This commit is contained in:
Petter Reinholdtsen 2025-07-17 08:17:14 +02:00
commit 4aca4bba06

View file

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