mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: georges2csv compilation
This commit is contained in:
parent
4603e5e8b0
commit
c5a1997c7e
1 changed files with 6 additions and 2 deletions
|
@ -43,9 +43,13 @@
|
||||||
#include "nel/georges/u_form_dfn.h"
|
#include "nel/georges/u_form_dfn.h"
|
||||||
#include "nel/georges/u_form_loader.h"
|
#include "nel/georges/u_form_loader.h"
|
||||||
#include "nel/georges/load_form.h"
|
#include "nel/georges/load_form.h"
|
||||||
|
|
||||||
|
// Include from libxml2
|
||||||
|
#include <libxml/parser.h>
|
||||||
|
#include <libxml/tree.h>
|
||||||
|
|
||||||
// Georges, bypassing interface
|
// Georges, bypassing interface
|
||||||
#include "../../../src/georges/stdgeorges.h"
|
#include "nel/georges/form.h"
|
||||||
#include "../../../src/georges/form.h"
|
|
||||||
|
|
||||||
// Basic C++
|
// Basic C++
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Reference in a new issue