Skip to content

Commit

Permalink
build: need additional include (AcademySoftwareFoundation#4194)
Browse files Browse the repository at this point in the history
On some platforms, for C++17 or higher, and we were missing one header we
needed in this module.

Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Mar 21, 2024
1 parent 8707881 commit 7409fdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/openexr.imageio/exroutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include <iostream>
#include <map>
#include <memory>
#include <numeric>

#include <OpenImageIO/Imath.h>
#include <OpenImageIO/platform.h>
Expand Down

0 comments on commit 7409fdb

Please sign in to comment.