Skip to content

Commit

Permalink
windows.h
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Nov 17, 2024
1 parent 16a6ac4 commit cae9307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/test/OpenEXRCoreTest/compressionTables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#include <stdlib.h>
#include <vector>

#if defined(_WIN32)
#include <windows.h>
#endif

#if defined(OPENEXR_ENABLE_API_VISIBILITY)
#include "../../lib/OpenEXRCore/internal_b44_table.c"
#else
Expand Down

0 comments on commit cae9307

Please sign in to comment.