From 2f7a2c42d2dcc36f8d6b58aff67f6a7d388f81ed Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Dec 2019 13:17:11 -0500 Subject: Include ht.h in all headers that use HT_ENTRY() Without this change, compilation success depends on include order in several tricky ways. --- src/feature/stats/geoip_stats.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/feature/stats/geoip_stats.h') diff --git a/src/feature/stats/geoip_stats.h b/src/feature/stats/geoip_stats.h index 2fc62b5466..95ca86e650 100644 --- a/src/feature/stats/geoip_stats.h +++ b/src/feature/stats/geoip_stats.h @@ -13,6 +13,7 @@ #define TOR_GEOIP_STATS_H #include "core/or/dos.h" +#include "ext/ht.h" /** Indicates an action that we might be noting geoip statistics on. * Note that if we're noticing CONNECT, we're a bridge, and if we're noticing -- cgit v1.2.3-54-g00ecf