From 07f2c25d04c39a0074e1d9ee1b24b3e359c8153f Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 9 Jun 2022 16:26:55 +0100 Subject: refactor: add most of src/util to iwyu These files change infrequently, and not much header shuffling is required. We don't add everything in src/util/ yet, because IWYU makes some dubious suggestions, which I'm going to follow up with upstream. --- src/util/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/time.h') diff --git a/src/util/time.h b/src/util/time.h index 0f87d66c2e..9df69a953c 100644 --- a/src/util/time.h +++ b/src/util/time.h @@ -9,7 +9,7 @@ #include #include -#include +#include #include using namespace std::chrono_literals; -- cgit v1.2.3