summaryrefslogtreecommitdiff
path: root/ida.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2006-06-09 06:27:44 +0000
committerweidai <weidai11@users.noreply.github.com>2006-06-09 06:27:44 +0000
commite5f8b8851aae6884fe25b5418de7e54bf10e709f (patch)
treefce65089741eb202159d9c3a1eb38307359cda00 /ida.cpp
parent7965f459e49ad5fc48f956ccb321449e9197e74a (diff)
downloadcryptopp-git-e5f8b8851aae6884fe25b5418de7e54bf10e709f.tar.gz
add missing #include
Diffstat (limited to 'ida.cpp')
-rw-r--r--ida.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ida.cpp b/ida.cpp
index c0655b40..92e24991 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"