Skip to content

Commit 066d258

Browse files
committed
Correct OpenEXR/ImfHeader.h headers
Signed-off-by: Henri Gasc <[email protected]>
1 parent 1719d06 commit 066d258

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/lib/OpenEXR/ImfHeader.h

Lines changed: 3 additions & 2 deletions
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)