1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

add missing include for linux

This commit is contained in:
Jeff Becker 2018-11-18 07:49:35 -05:00
parent 64d463fbec
commit 602a883038
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#endif
#include <future>
#include <memory>
#include <cassert>
namespace llarp
{

View file

@ -3,6 +3,7 @@
#include <array>
#include <thread>
#include <functional>
#include <gtest/gtest.h>