Skip to content

Commit

Permalink
Add missing #includes in OpenEXRFuzzTest (#971)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <cary@ilm.com>
  • Loading branch information
cary-ilm authored Mar 16, 2021
1 parent 203977f commit 5dfc794
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/OpenEXRFuzzTest/testFuzzDeepTiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <ImfPartType.h>
#include <ImfArray.h>
#include <ImfThreading.h>
#include <ImfHeader.h>
#include <IlmThread.h>
#include <Iex.h>
#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/test/OpenEXRFuzzTest/testFuzzTiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <ImfTiledRgbaFile.h>
#include <ImfArray.h>
#include <ImfThreading.h>
#include <ImfHeader.h>
#include <ImfFrameBuffer.h>
#include <IlmThread.h>
#include <Iex.h>
#include <iostream>
Expand Down

0 comments on commit 5dfc794

Please sign in to comment.