summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
Diffstat (limited to 'node')
-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>