Skip to content

Commit

Permalink
Fixed missing #include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Mar 15, 2014
1 parent 9c56a69 commit 82c65a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/log/sources/features.hpp
Expand Up @@ -25,8 +25,8 @@
#if defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)

#include <boost/preprocessor/repetition/enum_params.hpp>
#include <boost/preprocessor/repetition/enum_binary_params.hpp>
#include <boost/preprocessor/repetition/enum_shifted_params.hpp>
#include <boost/preprocessor/repetition/enum_shifted_binary_params.hpp>
#include <boost/preprocessor/facilities/intercept.hpp>

//! The macro defines the maximum number of features that can be specified for a logger
Expand Down

0 comments on commit 82c65a7

Please sign in to comment.