From c855c033b604497a45dbac01e28da4aa7075f34c Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 25 May 2010 23:47:37 +0000 Subject: [PATCH] Fix #3962 [SVN r62220] --- src/operations.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/operations.cpp b/src/operations.cpp index 12398e0..a712a5b 100644 --- a/src/operations.cpp +++ b/src/operations.cpp @@ -42,6 +42,7 @@ #include #include #include +#include // for malloc, free namespace fs = boost::filesystem; using boost::system::error_code;