From deac8e9fa7698fdb70e79f7edd8757b38b9fa159 Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 13 Oct 2017 15:08:54 -0400 Subject: [PATCH] fixed build error for clang --- src/i2p.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i2p.cpp b/src/i2p.cpp index 2963ee5..54411ae 100644 --- a/src/i2p.cpp +++ b/src/i2p.cpp @@ -1,8 +1,10 @@ // Copyright (c) 2012-2013 giv +// Copyright (c) 2017 orignal // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. //-------------------------------------------------------------------------------------------------- #include +#include #include "i2p.h" #include "util.h" #include "hash.h"