test: include replace.hpp explicit 18/31918/1 accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0_ivi accepted/tizen/common/20141219.104217 accepted/tizen/ivi/20141225.103503 accepted/tizen/mobile/20141223.073052 accepted/tizen/tv/20141223.072945 accepted/tizen/wearable/20141223.073020 submit/tizen_common/20141212.090527 submit/tizen_common/20141212.092449 submit/tizen_common/20141212.112856 submit/tizen_common/20141212.114052 submit/tizen_ivi/20141225.222222 submit/tizen_mobile/20141222.083751 submit/tizen_mobile/20141223.060220 submit/tizen_tv/20141222.083751 submit/tizen_tv/20141223.060220 submit/tizen_wearable/20141222.083751 submit/tizen_wearable/20141223.060220 tizen_3.0_ivi_release
authorChanho Park <chanho61.park@samsung.com>
Fri, 12 Dec 2014 04:39:09 +0000 (13:39 +0900)
committerChanho Park <chanho61.park@samsung.com>
Fri, 12 Dec 2014 04:39:09 +0000 (13:39 +0900)
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 <chanho61.park@samsung.com>
src/test/tools.h

index c7738c6..d8c5ae0 100644 (file)
@@ -29,6 +29,7 @@
 #include <check.h> // Check unit testing framework... see http://check.sourceforge.net
 #include <boost/test/utils/wrap_stringstream.hpp>
 #include <boost/units/detail/utility.hpp>
+#include <boost/algorithm/string/replace.hpp>
 
 #include "common/singleton.h"