Missing #include <string>

feature/19
Daniel Warner 2011-03-28 11:43:11 +01:00
parent 8c0a58f9c3
commit 3adfd7952f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <stdio.h>
#include <list>
#include <string>
#include <iomanip>
void RunTest();