mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
11 lines
305 B
C++
11 lines
305 B
C++
--- 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()
|
|
{
|