From 849314c2c597b3cd65a651291f32f82b0c29a03b Mon Sep 17 00:00:00 2001 From: arno Date: Wed, 11 Nov 2009 15:55:41 +0000 Subject: [PATCH] - Fix for Win32 fixing Victor's fix for *nix. git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@538 e16421f0-f15b-0410-abcd-98678b794739 --- compat.h | 1 + hashtree.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/compat.h b/compat.h index 19f9349..39c8808 100644 --- a/compat.h +++ b/compat.h @@ -17,6 +17,7 @@ #ifdef _WIN32 #include #include +#include #else #include #endif diff --git a/hashtree.cpp b/hashtree.cpp index 9665cff..bfb4b28 100644 --- a/hashtree.cpp +++ b/hashtree.cpp @@ -15,6 +15,7 @@ #include #include "compat.h" + using namespace p2tp; #define HASHSZ 20 -- 2.20.1