commit | e2dcdfd5ce01062a16c991d2492955dd079ae859 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 07 15:53:28 2014 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Feb 09 12:40:20 2014 -0800 |
tree | a3d10fbf63269f0b0682f217f958c30567631108 | |
parent | 5b60f70b42f865ff91c73b9145d44b18d282140a [diff] [blame] |
build: Experimental support to build using precompiled headers This type of build needs to be explicitly enabled using --with-pch configure option. Change-Id: I02dc304187d54c3cf40f1d51b1b11b21f868e225
diff --git a/src/security/identity-certificate.hpp b/src/security/identity-certificate.hpp index 65b07af..fa31966 100644 --- a/src/security/identity-certificate.hpp +++ b/src/security/identity-certificate.hpp
@@ -9,6 +9,7 @@ #ifndef NDN_IDENTITY_CERTIFICATE_HPP #define NDN_IDENTITY_CERTIFICATE_HPP +#include "../common.hpp" #include "certificate.hpp" namespace ndn {