From 65f0abf7fa16331c15bfee2639f320574fcd089a Mon Sep 17 00:00:00 2001 From: eso Date: Thu, 25 Apr 2024 00:03:47 -0700 Subject: [PATCH] coerce tests/overmap_test.cpp to compile despite include shuffling. this might warrant pushing json.h into the includes in common_types.h but i don't fully understand the consequences of this. --- tests/overmap_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/overmap_test.cpp b/tests/overmap_test.cpp index 81b546b44955f..564a5be65c044 100644 --- a/tests/overmap_test.cpp +++ b/tests/overmap_test.cpp @@ -1,6 +1,7 @@ #include #include +#include "json.h" #include "all_enum_values.h" #include "ammo.h" #include "calendar.h"