From 57afe0e8f8752f265dd1edacdf65e4690ccb137e Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 9 Jun 2006 06:27:44 +0000 Subject: [PATCH] add missing #include --- trunk/c5/ida.cpp | 1 + trunk/c5/pssr.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/trunk/c5/ida.cpp b/trunk/c5/ida.cpp index c0655b40..92e24991 100644 --- a/trunk/c5/ida.cpp +++ b/trunk/c5/ida.cpp @@ -6,6 +6,7 @@ #include "algebra.h" #include "gf2_32.h" #include "polynomi.h" +#include #include "polynomi.cpp" diff --git a/trunk/c5/pssr.cpp b/trunk/c5/pssr.cpp index c2b21157..a4497059 100644 --- a/trunk/c5/pssr.cpp +++ b/trunk/c5/pssr.cpp @@ -2,6 +2,7 @@ #include "pch.h" #include "pssr.h" +#include NAMESPACE_BEGIN(CryptoPP)