mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Fixed: georges2csv compilation
This commit is contained in:
parent
281a17d742
commit
713870ad77
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