Fixed compiler errors

This commit is contained in:
Markus Pilman 2020-05-04 10:40:31 -07:00
parent 78d644f673
commit 92e672e2f0
1 changed files with 2 additions and 2 deletions

View File

@ -3074,7 +3074,7 @@ private:
}; };
public: public:
#include "ArtMutationBuffer.h" #include "fdbserver/ArtMutationBuffer.h"
struct MutationBufferStdMap { struct MutationBufferStdMap {
MutationBufferStdMap() { MutationBufferStdMap() {
// Create range representing the entire keyspace. This reduces edge cases to applying mutations // Create range representing the entire keyspace. This reduces edge cases to applying mutations
@ -4691,7 +4691,7 @@ public:
}; };
}; };
#include "art_impl.h" #include "fdbserver/art_impl.h"
RedwoodRecordRef VersionedBTree::dbBegin(StringRef(), 0); RedwoodRecordRef VersionedBTree::dbBegin(StringRef(), 0);
RedwoodRecordRef VersionedBTree::dbEnd(LiteralStringRef("\xff\xff\xff\xff\xff")); RedwoodRecordRef VersionedBTree::dbEnd(LiteralStringRef("\xff\xff\xff\xff\xff"));