Skip to content

Commit

Permalink
Merge pull request #28 from giantg/fix-gcc12-include-utility
Browse files Browse the repository at this point in the history
StandardHeader: Include <utility> for GCC 12 compatibility
  • Loading branch information
KottV committed Mar 4, 2023
2 parents 58b303e + a405364 commit e825ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/juce_core/system/juce_StandardHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
#include <typeindex>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include <set>

Expand Down

0 comments on commit e825ad9

Please sign in to comment.