mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-13 22:12:56 +00:00
build fixes
This commit is contained in:
parent
1d37204a37
commit
2e46bb4264
@ -28,10 +28,10 @@
|
||||
#ifndef ZT_IPCCONNECTION_HPP
|
||||
#define ZT_IPCCONNECTION_HPP
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "Thread.hpp"
|
||||
#include "NonCopyable.hpp"
|
||||
#include "Mutex.hpp"
|
||||
#include "../node/Constants.hpp"
|
||||
#include "../node/Thread.hpp"
|
||||
#include "../node/NonCopyable.hpp"
|
||||
#include "../node/Mutex.hpp"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <WinSock2.h>
|
||||
|
@ -28,9 +28,9 @@
|
||||
#ifndef ZT_IPCLISTENER_HPP
|
||||
#define ZT_IPCLISTENER_HPP
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "Thread.hpp"
|
||||
#include "NonCopyable.hpp"
|
||||
#include "../node/Constants.hpp"
|
||||
#include "../node/Thread.hpp"
|
||||
#include "../node/NonCopyable.hpp"
|
||||
#include "IpcConnection.hpp"
|
||||
|
||||
#include <string>
|
||||
|
@ -29,6 +29,10 @@
|
||||
|
||||
#include "../node/Constants.hpp"
|
||||
#include "../node/Utils.hpp"
|
||||
#include "../node/Defaults.hpp"
|
||||
|
||||
#include "IpcConnection.hpp"
|
||||
#include "IpcListener.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user