Skip to content

Commit

Permalink
Merge pull request #217 from yretenai/fix/examples
Browse files Browse the repository at this point in the history
Add two missing includes in examples
  • Loading branch information
syoyo authored Feb 28, 2025
2 parents 648e47b + 889ed93 commit edeadc0
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 edeadc0

Please sign in to comment.