summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-18 14:33:57 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-03-18 14:33:57 -0700
commit0b7599273705328f81c5afe2721e76c007779a9c (patch)
tree1a7d7c65188527dd161e5da85c6f34a9dbb69223 /node/PacketDecoder.hpp
parent91fef21973a3590ce37d1c2b126c4b8246d2fb1b (diff)
downloadinfinitytier-0b7599273705328f81c5afe2721e76c007779a9c.tar.gz
infinitytier-0b7599273705328f81c5afe2721e76c007779a9c.zip
Everything but the local config bus... blech.
Diffstat (limited to 'node/PacketDecoder.hpp')
-rw-r--r--node/PacketDecoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/PacketDecoder.hpp b/node/PacketDecoder.hpp
index 3c0588bc..26aa85ce 100644
--- a/node/PacketDecoder.hpp
+++ b/node/PacketDecoder.hpp
@@ -31,7 +31,7 @@
#include <stdexcept>
#include "Packet.hpp"
-#include "Demarc.hpp"
+#include "SocketManager.hpp"
#include "InetAddress.hpp"
#include "Utils.hpp"
#include "SharedPtr.hpp"