Merge pull request #2049 from majestrate/add-omitted-header-2022-11-08

add omitted header
pull/2051/head
majestrate 2 years ago committed by GitHub
commit 27fd4d8faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,7 @@
#include "util/bencode.hpp"
#include "util/logging.hpp"
#include "util/logging/buffer.hpp"
#include "util/fs.hpp"
namespace llarp
{

@ -1,5 +1,5 @@
#pragma once
#include <fstream>
#ifdef USE_GHC_FILESYSTEM
#include <ghc/filesystem.hpp>
namespace fs = ghc::filesystem;

@ -10,10 +10,7 @@
#include <linux/if_tun.h>
#include <cstring>
#include <sys/types.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <linux/rtnetlink.h>
#include <llarp/net/net.hpp>
#include <llarp/util/str.hpp>
@ -24,6 +21,8 @@
#include <llarp/router/abstractrouter.hpp>
#include <llarp.hpp>
#include <llarp/util/fs.hpp>
namespace llarp::vpn
{
struct in6_ifreq

Loading…
Cancel
Save