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"