mirror of https://github.com/stella-emu/stella.git
Add missing include; hopefully fixes compile error.
This commit is contained in:
parent
354d5aa35a
commit
08fa405a06
|
@ -39,6 +39,7 @@ using uInt64 = uint64_t;
|
|||
|
||||
// The following code should provide access to the standard C++ objects and
|
||||
// types: cout, cerr, string, ostream, istream, etc.
|
||||
#include <array>
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
Loading…
Reference in New Issue