summaryrefslogtreecommitdiff
path: root/boost/test/detail/log_level.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/test/detail/log_level.hpp')
-rw-r--r--boost/test/detail/log_level.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/test/detail/log_level.hpp b/boost/test/detail/log_level.hpp
index abdecea7ec..d391e103d1 100644
--- a/boost/test/detail/log_level.hpp
+++ b/boost/test/detail/log_level.hpp
@@ -12,6 +12,8 @@
#ifndef BOOST_TEST_LOG_LEVEL_HPP_011605GER
#define BOOST_TEST_LOG_LEVEL_HPP_011605GER
+#include <boost/test/detail/config.hpp>
+
namespace boost {
namespace unit_test {
@@ -20,7 +22,7 @@ namespace unit_test {
// ************************************************************************** //
// each log level includes all subsequent higher loging levels
-enum log_level {
+enum BOOST_TEST_ENUM_SYMBOL_VISIBLE log_level {
invalid_log_level = -1,
log_successful_tests = 0,
log_test_units = 1,