We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a296d7 commit 5c205abCopy full SHA for 5c205ab
src/openexr.imageio/exr_pvt.h
@@ -5,17 +5,17 @@
5
#pragma once
6
7
8
-#include <OpenImageIO/filesystem.h>
9
#include <OpenImageIO/Imath.h>
+#include <OpenImageIO/filesystem.h>
10
#include <OpenImageIO/imageio.h>
11
#include <OpenImageIO/platform.h>
12
#include <OpenImageIO/string_view.h>
13
#include <OpenImageIO/typedesc.h>
14
15
+#include <ImathBox.h>
16
#include <OpenEXR/IexThrowErrnoExc.h>
17
#include <OpenEXR/ImfChannelList.h>
18
#include <OpenEXR/ImfIO.h>
-#include <ImathBox.h>
19
20
#ifdef OPENEXR_VERSION_MAJOR
21
# define OPENEXR_CODED_VERSION \
0 commit comments