From 41f82862d78dafe45f4d408b45c037e2486e9db4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 12 Sep 2007 14:53:18 +0000 Subject: [PATCH] Merged stable-0.11 branch changes r13 into the trank. --- ChangeLog | 5 +++++ test/DefaultBtProgressInfoFileTest.cc | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 07577aa3..d58bd385 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-12 Tatsuhiro Tsujikawa + + Merged Ross's patch that fixes compilation problem in MinGW + * test/DefaultBtProgressInfoFileTest.cc + 2007-09-09 Tatsuhiro Tsujikawa Updated fr.po by sebone diff --git a/test/DefaultBtProgressInfoFileTest.cc b/test/DefaultBtProgressInfoFileTest.cc index 3cea93fb..873a0e52 100644 --- a/test/DefaultBtProgressInfoFileTest.cc +++ b/test/DefaultBtProgressInfoFileTest.cc @@ -1,3 +1,4 @@ +#include #include "DefaultBtProgressInfoFile.h" #include "DefaultBtContext.h" #include "Option.h"