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:
stephena 2010-08-23 18:29:48 +00:00
parent d664beb45d
commit aaa6823cb0
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
#include <iostream>
#include <iomanip>
#include <string>
#include <cstring>
#include <cctype>
using namespace std;