make windows happy

This commit is contained in:
Rick V 2019-02-27 00:17:09 -06:00
parent 9236cdd4b6
commit ad966342d9
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <functional>
#include <iostream>
#include <assert.h>
namespace llarp
{

View File

@ -4,6 +4,7 @@
#include <cstddef>
#include <type_traits>
#include <utility>
#include <tuple>
namespace llarp
{