Add <vector> to avoid compile error due to missing std::vector
This commit is contained in:
parent
d39571de65
commit
c0a2270cfd
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ namespace SNES {
|
|||
|
||||
#include <libco/libco.h>
|
||||
|
||||
#include <vector>
|
||||
#include <nall/platform.hpp>
|
||||
#include <nall/algorithm.hpp>
|
||||
#include <nall/any.hpp>
|
||||
|
|
Loading…
Add table
Reference in a new issue