diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:14:26 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-09 09:14:26 -0800 |
| commit | ff81415ffe86758c300a848f68d4d29ebd4dabc5 (patch) | |
| tree | 1c069540c85ab7882bd105afdcdfd81edd822270 /node/Cluster.hpp | |
| parent | 5371195c80803fa3301f7185c1dbe4d160ce1f48 (diff) | |
| download | infinitytier-ff81415ffe86758c300a848f68d4d29ebd4dabc5.tar.gz infinitytier-ff81415ffe86758c300a848f68d4d29ebd4dabc5.zip | |
Build fixes...
Diffstat (limited to 'node/Cluster.hpp')
| -rw-r--r-- | node/Cluster.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp index 957e8440..e45b2d82 100644 --- a/node/Cluster.hpp +++ b/node/Cluster.hpp @@ -45,6 +45,7 @@ #include "Mutex.hpp" #include "SharedPtr.hpp" #include "Hashtable.hpp" +#include "Packet.hpp" /** * Timeout for cluster members being considered "alive" @@ -77,7 +78,6 @@ namespace ZeroTier { class RuntimeEnvironment; -class CertificateOfMembership; class MulticastGroup; class Peer; class Identity; |
