Skip to content

Commit

Permalink
Correct OpenEXR/ImfHeader.h headers
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Gasc <gasc@eurecom.fr>
  • Loading branch information
henri-gasc committed Mar 15, 2024
1 parent 1719d06 commit 066d258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/OpenEXR/ImfHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
#include "ImfForward.h"

#include "IexBaseExc.h"
#include "ImathBox.h"
#include "ImathVec.h"
#include "ImfCompression.h"
#include "ImfLineOrder.h"
#include "ImfName.h"
Expand All @@ -29,6 +27,9 @@
#include <map>
#include <string>

#include <Imath/ImathBox.h>
#include <Imath/ImathVec.h>

OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER

using std::string;
Expand Down

0 comments on commit 066d258

Please sign in to comment.