More compilation fixes.

This commit is contained in:
negoyal 2020-02-24 17:40:32 -08:00
parent d5986eb023
commit a8c198ddbc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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);