24 #ifndef NDN_CXX_SECURITY_VALIDATOR_CONFIG_COMMON_HPP 
   25 #define NDN_CXX_SECURITY_VALIDATOR_CONFIG_COMMON_HPP 
   29 #include <boost/property_tree/ptree.hpp> 
   34 namespace validator_config {
 
   38 class Error : 
public std::runtime_error
 
   41   using std::runtime_error::runtime_error;
 
Common includes and macros used throughout the library.
 
boost::property_tree::ptree ConfigSection