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 --- smartptr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smartptr.h') diff --git a/smartptr.h b/smartptr.h index 4945783b..21987cce 100644 --- a/smartptr.h +++ b/smartptr.h @@ -2,6 +2,8 @@ #define CRYPTOPP_SMARTPTR_H #include "config.h" +#include "trap.h" + #include NAMESPACE_BEGIN(CryptoPP) -- cgit v1.2.1