From 0f5262917fab34b44b43f63946fdf6bb0621875a Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 13:55:23 +0200 Subject: Make all required includes explicit Information as seen by IWYU 0.12 + clang 9 on Linux --- Header.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Header.h') diff --git a/Header.h b/Header.h index 9059a9f4..f99966c3 100644 --- a/Header.h +++ b/Header.h @@ -8,6 +8,7 @@ in the source distribution for its full text. */ #include "Meter.h" +#include "ProcessList.h" #include "Settings.h" #include "Vector.h" -- cgit v1.2.3