From c299b70e1df4b8e28beeac3bc80134b7baf2abe6 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Fri, 12 Dec 2014 13:39:09 +0900 Subject: [PATCH] test: include replace.hpp explicit This patch will be needed when we move the boost version to avobe 1.56.0. Actually, this patch doesn't affect current boost version because the header will be automatically included by other header. ../../../src/test/tools.h:70:2: error: 'replace_all' is not a member of 'boost' boost::replace_all(result, "wfits::", ""); Change-Id: I0648af0f4e3f3d565700eca7ceb3d8167adeeaad Signed-off-by: Chanho Park --- src/test/tools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/tools.h b/src/test/tools.h index c7738c6..d8c5ae0 100644 --- a/src/test/tools.h +++ b/src/test/tools.h @@ -29,6 +29,7 @@ #include // Check unit testing framework... see http://check.sourceforge.net #include #include +#include #include "common/singleton.h" -- 2.7.4