Skip to content

Commit

Permalink
bugfix missing #includes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkriege2 committed May 8, 2024
1 parent 5b9bca7 commit c84a2ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "tinytiffwriter.h"
#include <stdlib.h>

using namespace std;

Expand Down
1 change: 1 addition & 0 deletions tests/extcmake_tinytiff_test/extcmake_tinytiff_test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "tinytiffwriter.h"
#include <stdlib.h>

using namespace std;

Expand Down
1 change: 1 addition & 0 deletions tests/tinytiffwriter_test/tinytiffwriter_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "test_results.h"
#include "testimage_tools.h"
#include <fstream>
#include <string.h>
#include <array>
#ifdef TINYTIFF_TEST_LIBTIFF
#include <tiffio.h>
Expand Down

0 comments on commit c84a2ce

Please sign in to comment.