mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 14:45:41 +12:00
Merge pull request #14 from xkevio/master
Fix GCC build error by correctly including `<utility>` header
This commit is contained in:
commit
b38f72a967
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#include "termcolor.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue