summaryrefslogtreecommitdiff
path: root/boost/log/expressions/filter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/log/expressions/filter.hpp')
-rw-r--r--boost/log/expressions/filter.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/boost/log/expressions/filter.hpp b/boost/log/expressions/filter.hpp
index dcf7d59cde..ae43abe150 100644
--- a/boost/log/expressions/filter.hpp
+++ b/boost/log/expressions/filter.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright Andrey Semashev 2007 - 2014.
+ * Copyright Andrey Semashev 2007 - 2015.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -17,7 +17,11 @@
#include <boost/move/core.hpp>
#include <boost/move/utility.hpp>
+#if defined(BOOST_NO_CXX11_RVALUE_REFERENCES)
#include <boost/utility/enable_if.hpp>
+#include <boost/type_traits/is_same.hpp>
+#include <boost/type_traits/remove_cv.hpp>
+#endif
#include <boost/log/detail/config.hpp>
#include <boost/log/attributes/attribute_value_set.hpp>
#include <boost/log/detail/light_function.hpp>