diff --git a/Installation/cmake/modules/config/support/test_BOOST.cpp b/Installation/cmake/modules/config/support/test_BOOST.cpp index cd7842117b7a..d70b9a1c59ae 100644 --- a/Installation/cmake/modules/config/support/test_BOOST.cpp +++ b/Installation/cmake/modules/config/support/test_BOOST.cpp @@ -23,7 +23,7 @@ using boost::tuple; using boost::make_tuple; -using std::tie; +using boost::tie; using boost::get; int main()