From 2e46bb4264125dc3863b5ca82ebbfa902dabb4be Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 13 Sep 2014 14:15:26 -0700 Subject: build fixes --- ipc/IpcConnection.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ipc/IpcConnection.hpp') diff --git a/ipc/IpcConnection.hpp b/ipc/IpcConnection.hpp index f08d27cb..20c5dcf0 100644 --- a/ipc/IpcConnection.hpp +++ b/ipc/IpcConnection.hpp @@ -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 -- cgit v1.2.3