From af82c0eca86eab376474f5771c8aa66c5a68c1d8 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 13 Apr 2020 06:16:03 +1000 Subject: util: re-implement SHA-1 and get rid of the two third-party implementations (nw) --- src/lib/util/server_ws_impl.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/util/server_ws_impl.hpp') diff --git a/src/lib/util/server_ws_impl.hpp b/src/lib/util/server_ws_impl.hpp index 9fc5876cab2..dab73b63a67 100644 --- a/src/lib/util/server_ws_impl.hpp +++ b/src/lib/util/server_ws_impl.hpp @@ -3,6 +3,7 @@ #ifndef MAME_LIB_UTIL_SERVER_WS_IMPL_HPP #define MAME_LIB_UTIL_SERVER_WS_IMPL_HPP #include "path_to_regex.hpp" +#include "base64.hpp" #include "crypto.hpp" #include "asio.h" -- cgit v1.2.3-70-g09d2