From 51dd45a78501d37d02fea9ffa504d2e609ad8672 Mon Sep 17 00:00:00 2001 From: noloader Date: Tue, 14 Jul 2015 02:57:13 +0000 Subject: Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to vectorization and alignment violations agains the vmovdqa instruction git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@583 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- stdcpp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stdcpp.h') diff --git a/stdcpp.h b/stdcpp.h index 6511c4f..619cc03 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -19,6 +19,10 @@ #include #include +#if !defined(_NDEBUG) && !defined(NDEBUG) +# include +#endif + #ifdef CRYPTOPP_INCLUDE_VECTOR_CC // workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 #include -- cgit v1.2.1