From 7b64ca489a7e1da36b02b4a35d149275914d8268 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 26 Jul 2015 15:51:16 -0400 Subject: Added "trap.h" include for header and source files that assert --- ida.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ida.cpp') diff --git a/ida.cpp b/ida.cpp index a20685b2..932c9992 100644 --- a/ida.cpp +++ b/ida.cpp @@ -6,9 +6,10 @@ #include "algebra.h" #include "gf2_32.h" #include "polynomi.h" -#include - #include "polynomi.cpp" +#include "trap.h" + +#include ANONYMOUS_NAMESPACE_BEGIN static const CryptoPP::GF2_32 field; -- cgit v1.2.1