From 5e74d9f12e869285bdf60abe2336513094f021d2 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 2 Jul 2020 12:13:22 -0400 Subject: [PATCH] Added config.hpp back. --- include/boost/preprocessor/arithmetic/dec.hpp | 2 ++ include/boost/preprocessor/arithmetic/inc.hpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/boost/preprocessor/arithmetic/dec.hpp b/include/boost/preprocessor/arithmetic/dec.hpp index fd3d810..d618a6b 100644 --- a/include/boost/preprocessor/arithmetic/dec.hpp +++ b/include/boost/preprocessor/arithmetic/dec.hpp @@ -15,6 +15,8 @@ # ifndef BOOST_PREPROCESSOR_ARITHMETIC_DEC_HPP # define BOOST_PREPROCESSOR_ARITHMETIC_DEC_HPP # +# include +# # /* BOOST_PP_DEC */ # # if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC() diff --git a/include/boost/preprocessor/arithmetic/inc.hpp b/include/boost/preprocessor/arithmetic/inc.hpp index 28e9867..f6677ab 100644 --- a/include/boost/preprocessor/arithmetic/inc.hpp +++ b/include/boost/preprocessor/arithmetic/inc.hpp @@ -15,6 +15,8 @@ # ifndef BOOST_PREPROCESSOR_ARITHMETIC_INC_HPP # define BOOST_PREPROCESSOR_ARITHMETIC_INC_HPP # +# include +# # /* BOOST_PP_INC */ # # if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MWCC()