summaryrefslogtreecommitdiff
path: root/gf2_32.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-26 15:51:16 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-26 15:51:16 -0400
commit7b64ca489a7e1da36b02b4a35d149275914d8268 (patch)
tree77294039378a9ab5595e76e1ba55064ee333e6ae /gf2_32.cpp
parentf4a584da6ea37115a459b45672b3bd1fff20b207 (diff)
downloadcryptopp-git-7b64ca489a7e1da36b02b4a35d149275914d8268.tar.gz
Added "trap.h" include for header and source files that assert
Diffstat (limited to 'gf2_32.cpp')
-rw-r--r--gf2_32.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gf2_32.cpp b/gf2_32.cpp
index ae4874a4..88381ca0 100644
--- a/gf2_32.cpp
+++ b/gf2_32.cpp
@@ -3,6 +3,7 @@
#include "pch.h"
#include "misc.h"
#include "gf2_32.h"
+#include "trap.h"
NAMESPACE_BEGIN(CryptoPP)