diff --git a/stb.c b/stb.c index 441fec11c..652ec0d41 100644 --- a/stb.c +++ b/stb.c @@ -4,6 +4,8 @@ #include "stb_image_resize.h" #define STB_IMAGE_WRITE_IMPLEMENTATION #include "stb_image_write.h" +#define STB_PERLIN_IMPLEMENTATION +#include "stb_perlin.h" #ifndef STB_C_DLLEXPORT #ifdef _MSC_VER