From 220beda2ae9dc979907c7f83ac061e553798665f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 25 Feb 2024 09:13:29 +0100 Subject: Add missing includes Code compiled earlier because of implicit includes but libc++ has been cleaning that up. --- test/test_daemon.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_daemon.cc') diff --git a/test/test_daemon.cc b/test/test_daemon.cc index e2c0db7..05d11b6 100644 --- a/test/test_daemon.cc +++ b/test/test_daemon.cc @@ -6,6 +6,7 @@ #include #include #include +#include namespace { -- cgit v1.2.3-70-g09d2