commit | 3f20f952e819dd2e16e7844b96276c2dacdb7124 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Nov 19 19:26:43 2020 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Nov 19 19:26:43 2020 -0800 |
tree | 92561401b54d9ee43c063b93209c382a3709af32 | |
parent | 9fc102c1b2347772cae4cc553a29a15af8e34780 [diff] [blame] |
split configuration into pieces Change-Id: I3039a3e15d9637e05b0f9678a7141258fb49e983
diff --git a/src/detail/error-encoder.hpp b/src/detail/error-encoder.hpp index 99d9dd8..67fe80f 100644 --- a/src/detail/error-encoder.hpp +++ b/src/detail/error-encoder.hpp
@@ -21,7 +21,7 @@ #ifndef NDNCERT_DETAIL_ERROR_ENCODER_HPP #define NDNCERT_DETAIL_ERROR_ENCODER_HPP -#include "configuration.hpp" +#include "detail/ca-profile.hpp" namespace ndn { namespace ndncert {