summaryrefslogtreecommitdiff
path: root/ipc/IpcConnection.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-13 14:15:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-09-13 14:15:26 -0700
commit2e46bb4264125dc3863b5ca82ebbfa902dabb4be (patch)
tree86bc0887e2ef53c7d8e4c64d3631f7f759d03700 /ipc/IpcConnection.hpp
parent1d37204a37b9ce58fa1ef67d4a209573e559c391 (diff)
downloadinfinitytier-2e46bb4264125dc3863b5ca82ebbfa902dabb4be.tar.gz
infinitytier-2e46bb4264125dc3863b5ca82ebbfa902dabb4be.zip
build fixes
Diffstat (limited to 'ipc/IpcConnection.hpp')
-rw-r--r--ipc/IpcConnection.hpp8
1 files changed, 4 insertions, 4 deletions
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 <WinSock2.h>