From 95c6307a9b2c02f74b5f5c677d6983f996332ee6 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 26 Mar 2024 13:19:52 -0700 Subject: Break out formatters In the change made to move to std::format, we defined some custom type formatters in logging.hpp. This had the unintended effect of making all compile units pull in the majority of boost::url, and nlohmann::json as includes. This commit breaks out boost and json formatters into their own separate includes. Tested: Code compiles. Logging changes only. Change-Id: I6a788533169f10e19130a1910cd3be0cc729b020 Signed-off-by: Ed Tanous --- test/http/server_sent_event_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/http/server_sent_event_test.cpp b/test/http/server_sent_event_test.cpp index bf39ee8e81..43b830d92b 100644 --- a/test/http/server_sent_event_test.cpp +++ b/test/http/server_sent_event_test.cpp @@ -1,3 +1,4 @@ +#include "boost_formatters.hpp" #include "http/server_sent_event.hpp" #include -- cgit v1.2.3