Support propsetdefset in rocksdb streamer

This commit is contained in:
Thomas Krijnen
2025-08-26 12:54:04 +02:00
parent ea53c96134
commit 92d4a89a43
2 changed files with 22 additions and 3 deletions
+3
View File
@@ -1,3 +1,5 @@
#ifndef ROCKSDBSERIALIZER_H
#define ROCKSDBSERIALIZER_H
#ifdef WITH_ROCKSDB
#include "../serializers/serializers_api.h"
@@ -28,4 +30,5 @@ public:
void setFile(IfcParse::IfcFile*) { throw IfcParse::IfcException("Should be supplied on construction"); }
};
#endif
#endif