Patch by Jerry:

- Fixed include path
This commit is contained in:
Nick Bolton 2013-07-24 20:16:35 +00:00
parent 394ece004a
commit 0f83676c60
1 changed files with 2 additions and 1 deletions

View File

@ -21,9 +21,10 @@
#include "CEvent.h"
#include "IEventQueue.h"
#include "CEventTypes.h"
#include "CLOG.h"
#include "CLog.h"
#include <fstream>
#include <sstream>
#include <stdexcept>
using namespace std;