try fixing windows cross compile

pull/7/head
Jeff Becker 6 years ago
parent 0d2bce2089
commit a99fa8f6cf

@ -3,8 +3,8 @@
#include <llarp.h>
#include <iostream>
#include <llarp/threading.hpp>
#include <string>
#include <thread>
#include <vector>
namespace llarp

@ -12,7 +12,7 @@
#include "mem.hpp"
static const char skiplist_subdirs[] = "0123456789abcdef";
static const fs::path RC_FILE_EXT = ".signed";
static const std::string RC_FILE_EXT = ".signed";
struct llarp_nodedb
{

Loading…
Cancel
Save