More compilation fixes.
This commit is contained in:
parent
d5986eb023
commit
a8c198ddbc
|
@ -23,7 +23,7 @@
|
|||
#include "flow/FastAlloc.h"
|
||||
#include "flow/FastRef.h"
|
||||
#include "fdbclient/StorageServerInterface.h"
|
||||
#include "fdbrpc/genericactors.actor.h"
|
||||
#include "flow/genericactors.actor.h"
|
||||
#include <vector>
|
||||
#pragma once
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include "fdbclient/FDBTypes.h"
|
||||
#include "fdbclient/StorageServerInterface.h"
|
||||
#include "flow/TDMetric.actor.h"
|
||||
#include "serialize.h"
|
||||
#include "flow/serialize.h"
|
||||
|
||||
const KeyRef systemKeysPrefix = LiteralStringRef("\xff");
|
||||
const KeyRangeRef normalKeys(KeyRef(), systemKeysPrefix);
|
||||
|
|
Loading…
Reference in New Issue