aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmark/rmdir.cpp
diff options
context:
space:
mode:
authorlevlam <levlam@telegram.org>2023-03-06 20:36:56 +0300
committerlevlam <levlam@telegram.org>2023-03-06 20:36:56 +0300
commite7242b118830bb217e350d685059898b4d35b613 (patch)
tree60a614b771887d0df5c939f540f2a3bda4ffc584 /benchmark/rmdir.cpp
parentd4646d4cd91274f9667ea77fc7bb0a140dc7db12 (diff)
Fix includes.
Diffstat (limited to 'benchmark/rmdir.cpp')
-rw-r--r--benchmark/rmdir.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/rmdir.cpp b/benchmark/rmdir.cpp
index 1a1a7133b..ffc51828f 100644
--- a/benchmark/rmdir.cpp
+++ b/benchmark/rmdir.cpp
@@ -4,6 +4,7 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
+#include "td/utils/common.h"
#include "td/utils/logging.h"
#include "td/utils/port/path.h"
#include "td/utils/Slice.h"