mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-19 11:43:53 +00:00
Ugly conditional compilation for without rdb support
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user