aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/bench_db.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2019-01-07 03:17:11 +0300
committerlevlam <levlam@telegram.org>2019-01-07 03:17:11 +0300
commita062fa4f0cc7c9740ecc19cc5c452f08d0eb7395 (patch)
tree223349fc3c203f8f7d2bfed4e36f40d557436528 /benchmark/bench_db.cpp
parent9bdc13e89f07101d5d268006d6b5b9503e64d946 (diff)
Forward-declare SqliteConnectionSafe and SqliteDb. Finally, all DB usages are private.
GitOrigin-RevId: 63d904c6ba9e3896f46ce8844e328f77c7e50553
Diffstat (limited to 'benchmark/bench_db.cpp')
-rw-r--r--benchmark/bench_db.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/bench_db.cpp b/benchmark/bench_db.cpp
index 7fdfde80e..51264883c 100644
--- a/benchmark/bench_db.cpp
+++ b/benchmark/bench_db.cpp
@@ -10,6 +10,7 @@
#include "td/db/binlog/ConcurrentBinlog.h"
#include "td/db/BinlogKeyValue.h"
#include "td/db/SeqKeyValue.h"
+#include "td/db/SqliteConnectionSafe.h"
#include "td/db/SqliteDb.h"
#include "td/db/SqliteKeyValueAsync.h"