With --without-pch error

This was SVN commit r7894.
This commit is contained in:
Ykkrosh 2010-08-10 19:48:35 +00:00
parent 9c47c61ea9
commit 56a975312e

View File

@ -27,6 +27,10 @@
#include "simulation2/Simulation2.h"
#include "simulation2/helpers/SimulationCommand.h"
#include <sstream>
#include <fstream>
#include <iomanip>
#if MSC_VERSION
#include <process.h>
#define getpid _getpid // use the non-deprecated function name