summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2017-09-25 13:42:19 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2017-09-25 13:42:19 -0700
commit9c903567bb1ae5038f57f198a4db4db21aedbd87 (patch)
tree8e6627f26924951592d7493a3d8610ccbd4a7414
parent6782dee64a71849975c7a6ac88d160bd6f207e3b (diff)
downloadinfinitytier-9c903567bb1ae5038f57f198a4db4db21aedbd87.tar.gz
infinitytier-9c903567bb1ae5038f57f198a4db4db21aedbd87.zip
Hashtable needs to include Constants.hpp for ZT_EXCEPTION_OUT_OF_MEMORY
-rw-r--r--node/Hashtable.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp
index eff5b62a..95a8e74f 100644
--- a/node/Hashtable.hpp
+++ b/node/Hashtable.hpp
@@ -27,6 +27,8 @@
#ifndef ZT_HASHTABLE_HPP
#define ZT_HASHTABLE_HPP
+#include "Constants.hpp"
+
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>