From 9c903567bb1ae5038f57f198a4db4db21aedbd87 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 25 Sep 2017 13:42:19 -0700 Subject: [PATCH] Hashtable needs to include Constants.hpp for ZT_EXCEPTION_OUT_OF_MEMORY --- node/Hashtable.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node/Hashtable.hpp b/node/Hashtable.hpp index eff5b62a1..95a8e74fc 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 #include #include