+ load custom ctpp2 class

This commit is contained in:
kelson42 2013-08-07 12:24:48 +08:00
parent 80750edbdd
commit 75130b883b
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,6 @@
#include <CTPP2Parser.hpp> #include <CTPP2Parser.hpp>
#include <CTPP2FileSourceLoader.hpp> #include <CTPP2FileSourceLoader.hpp>
#include <CTPP2TextLoader.hpp>
#include <CTPP2ParserException.hpp> #include <CTPP2ParserException.hpp>
#include <CTPP2HashTable.hpp> #include <CTPP2HashTable.hpp>
#include <CTPP2VMDumper.hpp> #include <CTPP2VMDumper.hpp>
@ -44,6 +43,8 @@
#include <CTPP2SyscallFactory.hpp> #include <CTPP2SyscallFactory.hpp>
#include <CTPP2FileLogger.hpp> #include <CTPP2FileLogger.hpp>
#include "ctpp2/CTPP2TextLoader.hpp"
using namespace std; using namespace std;
using namespace CTPP; using namespace CTPP;