From 91199a905358b62de147d5ddffca6e637d9e319f Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 20 Jan 2014 09:36:20 -0500 Subject: [PATCH] fixed compilation error --- I2NPProtocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/I2NPProtocol.cpp b/I2NPProtocol.cpp index 48e31986..502a2e40 100644 --- a/I2NPProtocol.cpp +++ b/I2NPProtocol.cpp @@ -1,5 +1,5 @@ #include -#include +#include "I2PEndian.h" #include #include #include