From 3ad43afc64a6b4e90c02530e5d0d7386e88526f1 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 19 Aug 2012 18:41:09 +0000 Subject: [PATCH] added missing include git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5441 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- src/util/bdfile.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/bdfile.cc b/src/util/bdfile.cc index 2a56da8..9157041 100644 --- a/src/util/bdfile.cc +++ b/src/util/bdfile.cc @@ -4,6 +4,7 @@ #include #include +#include #include "bdfile.h" namespace librs {