commit | 1130afcfb4d5af493852eb46e045862110c7f294 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Oct 01 14:45:50 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Oct 01 14:45:50 2013 -0700 |
tree | b2de91ea8658f5588a16401679e6bfbba98a25cb | |
parent | 1f8a31a95de46d5023d2f807c4c791cd74847cf1 [diff] |
security: Need to include <algorithm> to get find function.
diff --git a/ndn-cpp/security/identity/memory-identity-storage.cpp b/ndn-cpp/security/identity/memory-identity-storage.cpp index 587d231..81a96e9 100644 --- a/ndn-cpp/security/identity/memory-identity-storage.cpp +++ b/ndn-cpp/security/identity/memory-identity-storage.cpp
@@ -5,7 +5,10 @@ * See COPYING for copyright and distribution information. */ +#if 1 #include <stdexcept> +#endif +#include <algorithm> #include "../security-exception.hpp" #include "memory-identity-storage.hpp"