Fix linux build

This commit is contained in:
2024-05-30 18:02:05 -07:00
parent 6c3eae219d
commit 5da76e4585
3 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,10 @@
#include "Internal.h"
#include "KeyCompare.h"
#include "VersionedMap.h"
#include <map>
#include <math.h>
#include <vector>
// FDB implementation adapted to compile outside of FDB
@@ -1443,4 +1446,4 @@ int64_t VersionedMap::getBytes() const {
// TODO
return -1;
}
} // namespace weaselab
} // namespace weaselab