Patch by Jerry:

- Added include path for std::runtime_error
This commit is contained in:
Nick Bolton 2013-07-26 10:26:20 +00:00
parent 0f83676c60
commit 99a7e0db23
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
#include <cstdlib>
#include <sstream>
#include <fstream>
#include <stdexcept>
//
// CClient

View File

@ -42,6 +42,7 @@
#include <sstream>
#include <fstream>
#include <sstream>
#include <stdexcept>
//
// CServer