Added missing <string> include

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@253 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-09 12:08:31 +00:00
parent 8550353e63
commit 7cd9cfc4e3

View file

@ -19,6 +19,7 @@
#else
#include <iostream>
#endif
#include <string>
namespace mock
{