Verified Commit 581493b4 authored by Alberto Miranda's avatar Alberto Miranda ♨️
Browse files

Add missing `#include <thread>`

parent d2a2c717
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
#include <net/endpoint.hpp>
#include <proto/rpc/response.hpp>
#include <utility>
#include <thread>

using namespace std::literals;

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@
 * SPDX-License-Identifier: GPL-3.0-or-later
 *****************************************************************************/

#include <thread>
#include <fmt/format.h>
#include <logger/logger.hpp>
#include <boost/mpi.hpp>