Fix Windows build error

This commit is contained in:
Fred Nicolson 2018-11-28 13:32:41 +00:00
parent 8ea8eafdd8
commit 60316be04c
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@
#include <vector>
#include <iostream>
#include <unordered_map>
#include <sys/epoll.h>
#include "NetworkEncoding.h"
#include "Socket.h"
#include "TcpListener.h"

View File

@ -10,6 +10,7 @@
namespace fr
{
#ifndef _WIN32
#include <sys/epoll.h>
SocketSelector::SocketSelector()
: epoll_fd(-1)