mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
Fix GCC build error by correctly including <utility>
header
This is needed to not rely on implementation defined behavior regarding transitive header includes, here for std::integer_sequence.
This commit is contained in:
parent
9ca66f4157
commit
463c47af4f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "termcolor.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue