mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Hashtable needs to include Constants.hpp for ZT_EXCEPTION_OUT_OF_MEMORY
This commit is contained in:
parent
6782dee64a
commit
9c903567bb
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
||||||
#ifndef ZT_HASHTABLE_HPP
|
#ifndef ZT_HASHTABLE_HPP
|
||||||
#define ZT_HASHTABLE_HPP
|
#define ZT_HASHTABLE_HPP
|
||||||
|
|
||||||
|
#include "Constants.hpp"
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue