mirror of
https://github.com/ConsistentlyInconsistentYT/Pixeltovoxelprojector.git
synced 2025-10-13 12:22:05 +00:00
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:
parent
f006e9aca0
commit
4aca4bba06
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue