From 846964295968ab22bcfbd66e4d530cb1c1ba14c3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 19 Nov 2020 03:51:05 +0100 Subject: [PATCH] Include persistent controls headers in the all headers test Check for the absence of warnings when compiling these headers too, they were simply forgotten (and not intentionally excluded) before. --- tests/allheaders.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/allheaders.h b/tests/allheaders.h index ad8280067e..545724635b 100644 --- a/tests/allheaders.h +++ b/tests/allheaders.h @@ -254,6 +254,12 @@ #include #include #include +#include +#include +#include +#include +#include +#include #include #include #include