From 47a6bb2d5ba9c8488ef1588c99fbebd8d9417374 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 12 Nov 2019 06:56:31 -0500 Subject: externals: Update httplib Since the introduction of this library, numerous improvements have been made. Notably, many of the warnings we would get by simply including the library header have now been fixed. This makes it much easier to make conversion warning an error. --- src/core/crypto/key_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/crypto/key_manager.cpp') diff --git a/src/core/crypto/key_manager.cpp b/src/core/crypto/key_manager.cpp index 023325292..85a183dd4 100644 --- a/src/core/crypto/key_manager.cpp +++ b/src/core/crypto/key_manager.cpp @@ -21,8 +21,8 @@ #include "common/common_paths.h" #include "common/file_util.h" #include "common/hex_util.h" -#include "common/string_util.h" #include "common/logging/log.h" +#include "common/string_util.h" #include "core/core.h" #include "core/crypto/aes_util.h" #include "core/crypto/key_manager.h" -- cgit v1.2.3