From 682efe2be29ca4a9d9012a2a83463cba1fe9527c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 29 Jul 2018 23:28:35 -0700 Subject: [PATCH] Fix set include --- .../implementations/encrypted/EncryptedBlockStore2.cpp | 2 -- src/stats/main.cpp | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blockstore/implementations/encrypted/EncryptedBlockStore2.cpp b/src/blockstore/implementations/encrypted/EncryptedBlockStore2.cpp index 09ea249a..f53d4aae 100644 --- a/src/blockstore/implementations/encrypted/EncryptedBlockStore2.cpp +++ b/src/blockstore/implementations/encrypted/EncryptedBlockStore2.cpp @@ -1,3 +1 @@ #include "EncryptedBlockStore2.h" - - diff --git a/src/stats/main.cpp b/src/stats/main.cpp index 31fd00eb..1bdfd4e7 100644 --- a/src/stats/main.cpp +++ b/src/stats/main.cpp @@ -12,6 +12,8 @@ #include #include +#include + using namespace boost; using namespace boost::filesystem; using namespace std;