blob: 20a6a6f0405921abf7e535d858cd4c6ca82d3960 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- mandelbulber2/src/radiance_hdr.cpp.orig 2020-09-28 17:07:46 UTC
+++ mandelbulber2/src/radiance_hdr.cpp
@@ -40,7 +40,7 @@
// custom includes
#define STB_IMAGE_IMPLEMENTATION
#define STBI_ONLY_HDR
-#include "third-party/stb/stb_image.h"
+#include <stb/stb_image.h>
cRadianceHDR::cRadianceHDR()
{
|