summaryrefslogtreecommitdiff
path: root/misc.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-03 06:41:46 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-03 06:41:46 -0400
commit2b3349590fa655134ddcb1577d48186613f04029 (patch)
tree41d337679b5de283748fc863c2b6c9571b3a5445 /misc.cpp
parentfd2cbd39525834762d4a2d35da2f7595c8ec20f4 (diff)
downloadcryptopp-git-2b3349590fa655134ddcb1577d48186613f04029.tar.gz
Clear unreachable code warnings with early MSVC compilers
Diffstat (limited to 'misc.cpp')
-rw-r--r--misc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc.cpp b/misc.cpp
index 64252311..26bfbc6e 100644
--- a/misc.cpp
+++ b/misc.cpp
@@ -17,6 +17,7 @@
#include "words.h"
#include "stdcpp.h"
#include "integer.h"
+#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)