Fixed build error with vcpkg installed. (#141)

This commit is contained in:
Matthew Albrecht
2020-01-07 12:40:36 -06:00
committed by Benjamin Sergeant
parent 5020870cdf
commit 925eb2f1d0
2 changed files with 7 additions and 7 deletions

View File

@@ -7,9 +7,9 @@
#include "IXSelectInterruptFactory.h"
#if defined(__linux__) || defined(__APPLE__)
#include <ixwebsocket/IXSelectInterruptPipe.h>
#include "IXSelectInterruptPipe.h"
#else
#include <ixwebsocket/IXSelectInterrupt.h>
#include "IXSelectInterrupt.h"
#endif
namespace ix