summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stdcpp.h b/stdcpp.h
index 6511c4f..619cc03 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -19,6 +19,10 @@
#include <map>
#include <vector>
+#if !defined(_NDEBUG) && !defined(NDEBUG)
+# include <cassert>
+#endif
+
#ifdef CRYPTOPP_INCLUDE_VECTOR_CC
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
#include <vector.cc>