mirror of https://github.com/stella-emu/stella.git
Compile error caused by missing include fixed.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2116 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
d664beb45d
commit
aaa6823cb0
|
@ -67,6 +67,7 @@
|
|||
#include <iostream>
|
||||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <cstring>
|
||||
#include <cctype>
|
||||
using namespace std;
|
||||
|
||||
|
|
Loading…
Reference in New Issue