added missing include

This commit is contained in:
Evan Tschannen 2021-03-04 19:29:18 -08:00
parent bc757f3e4b
commit 7c3403c3dd
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include "fdbrpc/Stats.h"
#include "fdbrpc/TimedRequest.h"
#include "fdbclient/TagThrottle.h"
#include "fdbclient/CommitTransaction.h"
// Dead code, removed in the next protocol version
struct VersionReply {