Skip to content

Commit

Permalink
Add includes for Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Bolles <[email protected]>
  • Loading branch information
fnordware committed Sep 18, 2024
1 parent 90704f2 commit 049660c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/OpenEXR/ImfCompression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
#include "ImfNamespace.h"
#include "ImfCompression.h"
#include <map>
#include <cctype>

OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER

Expand Down
1 change: 1 addition & 0 deletions src/lib/OpenEXR/ImfCompressor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "ImfZipCompressor.h"
#include "ImfZip.h"

#include <algorithm>
#include <stdexcept>

OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER
Expand Down

0 comments on commit 049660c

Please sign in to comment.