summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-06-09 06:27:44 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-06-09 06:27:44 +0000
commitc135471f8a27226c2408d8a8402b1f85af650777 (patch)
treefce65089741eb202159d9c3a1eb38307359cda00
parent5fba3a768ff0693aac237ec963f5cd7bed181db5 (diff)
downloadcryptopp-c135471f8a27226c2408d8a8402b1f85af650777.tar.gz
add missing #include
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@221 57ff6487-cd31-0410-9ec3-f628ee90f5f0
-rw-r--r--ida.cpp1
-rw-r--r--pssr.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/ida.cpp b/ida.cpp
index c0655b4..92e2499 100644
--- a/ida.cpp
+++ b/ida.cpp
@@ -6,6 +6,7 @@
#include "algebra.h"
#include "gf2_32.h"
#include "polynomi.h"
+#include <functional>
#include "polynomi.cpp"
diff --git a/pssr.cpp b/pssr.cpp
index c2b2115..a449705 100644
--- a/pssr.cpp
+++ b/pssr.cpp
@@ -2,6 +2,7 @@
#include "pch.h"
#include "pssr.h"
+#include <functional>
NAMESPACE_BEGIN(CryptoPP)