From 2bf626c4e4c827397d40c0b84a5023c308aeec73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 24 Aug 2021 17:27:43 +0200 Subject: IWYU update --- Hashtable.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Hashtable.c') diff --git a/Hashtable.c b/Hashtable.c index f1761eeb..d040afa6 100644 --- a/Hashtable.c +++ b/Hashtable.c @@ -18,6 +18,10 @@ in the source distribution for its full text. #include "Macros.h" #include "XUtils.h" +#ifndef NDEBUG +#include +#endif + typedef struct HashtableItem_ { ht_key_t key; -- cgit v1.2.3