Ugly conditional compilation for without rdb support

This commit is contained in:
Thomas Krijnen
2025-08-26 13:56:03 +02:00
parent 6095c523d7
commit 96336d6f68
8 changed files with 157 additions and 17 deletions
+3 -1
View File
@@ -35,7 +35,8 @@
#include <iterator>
#include <map>
#include "rocksdb/merge_operator.h"
#ifdef WITH_ROCKSDB
#include <rocksdb/merge_operator.h>
namespace {
// @todo move to a proper place
@@ -69,6 +70,7 @@ namespace {
}
};
}
#endif
namespace IfcParse {