summaryrefslogtreecommitdiff
path: root/rw.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 /rw.cpp
parentf4a584da6ea37115a459b45672b3bd1fff20b207 (diff)
downloadcryptopp-git-7b64ca489a7e1da36b02b4a35d149275914d8268.tar.gz
Added "trap.h" include for header and source files that assert
Diffstat (limited to 'rw.cpp')
-rw-r--r--rw.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/rw.cpp b/rw.cpp
index c0985b10..5cc0de9a 100644
--- a/rw.cpp
+++ b/rw.cpp
@@ -4,10 +4,7 @@
#include "rw.h"
#include "nbtheory.h"
#include "asn.h"
-
-#ifndef NDEBUG
-# include <cassert>
-#endif
+#include "trap.h"
#ifndef CRYPTOPP_IMPORTS