summaryrefslogtreecommitdiff
path: root/graphics/asymptote/cudareflect/tinyexr/tinyexr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/cudareflect/tinyexr/tinyexr.cc')
-rw-r--r--graphics/asymptote/cudareflect/tinyexr/tinyexr.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/asymptote/cudareflect/tinyexr/tinyexr.cc b/graphics/asymptote/cudareflect/tinyexr/tinyexr.cc
new file mode 100644
index 0000000000..fef8f66c98
--- /dev/null
+++ b/graphics/asymptote/cudareflect/tinyexr/tinyexr.cc
@@ -0,0 +1,8 @@
+#if defined(_WIN32)
+#ifndef NOMINMAX
+#define NOMINMAX
+#endif
+#endif
+
+#define TINYEXR_IMPLEMENTATION
+#include "tinyexr.h"