mirror of https://github.com/kiwix/libkiwix.git
+ load custom ctpp2 class
This commit is contained in:
parent
80750edbdd
commit
75130b883b
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue