From 8e1aa769e2d997d8fc6edf5d2ed34f6124764a90 Mon Sep 17 00:00:00 2001 From: nolash Date: Mon, 21 Sep 2020 08:43:38 +0200 Subject: [PATCH] Wrong type for boost seconds, missing deque header --- src/httpserver.cpp | 1 + src/xbridge/xbridgeapp.cpp | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/httpserver.cpp b/src/httpserver.cpp index 647d4d8308..cd72b07a90 100644 --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -1,6 +1,7 @@ // Copyright (c) 2015-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include #include diff --git a/src/xbridge/xbridgeapp.cpp b/src/xbridge/xbridgeapp.cpp index bb1f144421..f28402e485 100644 --- a/src/xbridge/xbridgeapp.cpp +++ b/src/xbridge/xbridgeapp.cpp @@ -84,10 +84,7 @@ class App::Impl { friend class App; - enum - { - TIMER_INTERVAL = 15 - }; + long TIMER_INTERVAL = 15; protected: /**