security: Temporarily include <stdexcept>
diff --git a/ndn-cpp/security/identity/identity-manager.cpp b/ndn-cpp/security/identity/identity-manager.cpp
index e6446cd..e669a20 100644
--- a/ndn-cpp/security/identity/identity-manager.cpp
+++ b/ndn-cpp/security/identity/identity-manager.cpp
@@ -5,6 +5,9 @@
* See COPYING for copyright and distribution information.
*/
+#if 1
+#include <stdexcept>
+#endif
#include "../../util/logging.hpp"
#include "../../sha256-with-rsa-signature.hpp"
#include "../security-exception.hpp"