From 3c34e273292399d0ada8ae1240569e3013350d26 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 26 Mar 2018 21:16:38 +0300 Subject: [PATCH] Fix includes. GitOrigin-RevId: 9c64c8c5f15eef88247002251cc33f27749a1cd6 --- test/secure_storage.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/secure_storage.cpp b/test/secure_storage.cpp index 5fdcdb5b..09c8f498 100644 --- a/test/secure_storage.cpp +++ b/test/secure_storage.cpp @@ -4,9 +4,10 @@ // 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/tests.h" +#include "td/utils/buffer.h" #include "td/utils/filesystem.h" #include "td/utils/port/path.h" +#include "td/utils/tests.h" #include "td/telegram/SecureStorage.h"