From 8b7f71b284ebbb42c421745de4cfdaa6d087027b Mon Sep 17 00:00:00 2001 From: thunder2 Date: Fri, 17 Aug 2012 16:37:07 +0000 Subject: [PATCH] Fixed compile on Windows. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5437 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- libbitdht/src/util/bdfile.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libbitdht/src/util/bdfile.cc b/libbitdht/src/util/bdfile.cc index 682448f7d..2a56da899 100644 --- a/libbitdht/src/util/bdfile.cc +++ b/libbitdht/src/util/bdfile.cc @@ -1,3 +1,7 @@ +#ifdef WIN32 +#include +#endif + #include #include #include "bdfile.h"