Work on python wrapper

This commit is contained in:
Thomas Krijnen
2017-12-22 13:51:11 +01:00
parent 4d325e026e
commit b3458c872f
16 changed files with 302 additions and 152 deletions
+2 -6
View File
@@ -20,6 +20,8 @@
#ifndef IFCLOGGER_H
#define IFCLOGGER_H
#include "../ifcparse/IfcBaseClass.h"
#include <set>
#include <string>
#include <vector>
@@ -27,12 +29,6 @@
#include <algorithm>
#include <exception>
#ifdef USE_IFC4
#include "../ifcparse/Ifc4.h"
#else
#include "../ifcparse/Ifc2x3.h"
#endif
#include <boost/optional.hpp>
#include "ifc_parse_api.h"