Skip to content

Commit 0afe68c

Browse files
committed
Correct OpenEXR/ImfHeader.h headers
1 parent 1719d06 commit 0afe68c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/OpenEXR/ImfHeader.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "ImfForward.h"
1616

1717
#include "IexBaseExc.h"
18-
#include "ImathBox.h"
19-
#include "ImathVec.h"
2018
#include "ImfCompression.h"
2119
#include "ImfLineOrder.h"
2220
#include "ImfName.h"
@@ -29,6 +27,9 @@
2927
#include <map>
3028
#include <string>
3129

30+
#include <Imath/ImathBox.h>
31+
#include <Imath/ImathVec.h>
32+
3233
OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER
3334

3435
using std::string;

0 commit comments

Comments
 (0)