summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/server_ws_impl.hpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-04-13 06:16:03 +1000
committer Vas Crabb <vas@vastheman.com>2020-04-13 06:16:03 +1000
commitaf82c0eca86eab376474f5771c8aa66c5a68c1d8 (patch)
tree1eb4c67a12dff4db27508cc3a105f8924ba447c8 /src/lib/util/server_ws_impl.hpp
parentc8cbf8abb2883aa5b4f87dd65bfef36a2154728a (diff)
util: re-implement SHA-1 and get rid of the two third-party implementations (nw)
Diffstat (limited to 'src/lib/util/server_ws_impl.hpp')
-rw-r--r--src/lib/util/server_ws_impl.hpp1
1 files changed, 1 insertions, 0 deletions
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"