mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
Local hacks to compile and monkey patch issues in the Python world
All AI generated slop. Do NOT trust these "fixes". It's just to get it working on my machine.
This commit is contained in:
@@ -30,7 +30,7 @@ class file;
|
||||
|
||||
class IFC_PARSE_API spf_header {
|
||||
private:
|
||||
file* file_;
|
||||
ifcopenshell::file* file_;
|
||||
|
||||
std::array<std::shared_ptr<instance_data>, 3> header_entities_;
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace rocksdb {
|
||||
#include <iterator>
|
||||
#include <type_traits>
|
||||
#include <iostream>
|
||||
#include <deque>
|
||||
#include <vector>
|
||||
#include <deque>
|
||||
#include <list>
|
||||
|
||||
Reference in New Issue
Block a user