Skip to content

Commit

Permalink
Add two missing includes in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
yretenai committed Feb 28, 2025
1 parent 648e47b commit 889ed93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/exrfilter/exrfilter.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <cstdio>
#include <cstdlib>
#include <vector>
#include <iostream>

#include "tinyexr.h"

Expand Down
2 changes: 2 additions & 0 deletions examples/nornalmap/main.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include <iostream>

#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"

Expand Down

0 comments on commit 889ed93

Please sign in to comment.