Hashtable needs to include Constants.hpp for ZT_EXCEPTION_OUT_OF_MEMORY

This commit is contained in:
Grant Limberg 2017-09-25 13:42:19 -07:00
parent 6782dee64a
commit 9c903567bb

View File

@ -27,6 +27,8 @@
#ifndef ZT_HASHTABLE_HPP
#define ZT_HASHTABLE_HPP
#include "Constants.hpp"
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>