Compilation error.

This commit is contained in:
negoyal 2020-02-24 17:32:58 -08:00
parent 735e7c71f2
commit d5986eb023
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@
#ifndef DatabaseContext_h
#define DatabaseContext_h
#include "FastAlloc.h"
#include "FastRef.h"
#include "StorageServerInterface.h"
#include "genericactors.actor.h"
#include "flow/FastAlloc.h"
#include "flow/FastRef.h"
#include "fdbclient/StorageServerInterface.h"
#include "fdbrpc/genericactors.actor.h"
#include <vector>
#pragma once