From: arno Date: Wed, 11 Nov 2009 15:55:41 +0000 (+0000) Subject: - Fix for Win32 fixing Victor's fix for *nix. X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=849314c2c597b3cd65a651291f32f82b0c29a03b;p=swift-upb.git - 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 --- 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