From 29f0efbba52a44fe56f4f15282f0a6fb67034a17 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sun, 22 May 2022 12:31:48 +0200 Subject: [PATCH] Fix warning --- GCryptLib/src/Cipher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GCryptLib/src/Cipher.cpp b/GCryptLib/src/Cipher.cpp index 7fe3125..4497e7e 100644 --- a/GCryptLib/src/Cipher.cpp +++ b/GCryptLib/src/Cipher.cpp @@ -1,5 +1,6 @@ #include #include +#include #include "GCrypt/Cipher.h" #include "GCrypt/Util.h" #include "GCrypt/InitializationVector.h" @@ -64,7 +65,7 @@ namespace Leonetienne::GCrypt { } } - + throw std::runtime_error("Unreachable branch reached."); } /*