Skip to content

Commit

Permalink
#include <array> explicitly in examples which need it
Browse files Browse the repository at this point in the history
  • Loading branch information
joewreschnig committed May 1, 2023
1 parent edd9a85 commit 67853ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/audio/audio.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <math.h>
#include <array>

#include "picosystem.hpp"

Expand Down
1 change: 1 addition & 0 deletions examples/music/music.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <math.h>
#include <array>

#include "picosystem.hpp"

Expand Down
1 change: 1 addition & 0 deletions examples/sprites/sprites.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <math.h>
#include <algorithm>
#include <array>

#include "picosystem.hpp"

Expand Down

0 comments on commit 67853ac

Please sign in to comment.