From a870677f61ce685496c1f786cc82423cb3a9291b Mon Sep 17 00:00:00 2001 From: sowle Date: Sat, 16 Feb 2019 04:31:57 +0300 Subject: [PATCH] linux compilation fixed --- src/common/util.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/util.cpp b/src/common/util.cpp index f470a5e6..b2198312 100644 --- a/src/common/util.cpp +++ b/src/common/util.cpp @@ -5,6 +5,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "include_base_utils.h" +#include "zlib_helper.h" using namespace epee; #include "util.h"