commit | 95fdebe28bedf41be4020310efa270c1e2afa59a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sat Nov 08 23:45:03 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Nov 12 21:41:15 2014 -0700 |
tree | 3976bbdd1a456cc35d31a16bc25700ac057782dc | |
parent | c0a8c3b9b16f2d67ffc2080896c134fa0f6f3760 [diff] [blame] |
common.hpp: avoid conflict between std::placeholders and Boost placeholders refs #2109 Change-Id: Ia231500e6adabd10179db4aeeaf799a28fee07dc
diff --git a/src/security/conf/common.hpp b/src/security/conf/common.hpp index a84789c..3c79b7b 100644 --- a/src/security/conf/common.hpp +++ b/src/security/conf/common.hpp
@@ -24,6 +24,7 @@ #ifndef NDN_SECURITY_CONF_COMMON_HPP #define NDN_SECURITY_CONF_COMMON_HPP +#include "../../common.hpp" #include <string> #include <boost/property_tree/ptree.hpp>