From kde-commits Tue Jan 31 22:46:47 2017 From: Sergio Martins Date: Tue, 31 Jan 2017 22:46:47 +0000 To: kde-commits Subject: [clazy] /: Fix build with clang 4.0 due to missing include Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=148590281731323 Git commit 67a45cf99a9f84266d4d17f9c2107e0518919b87 by Sergio Martins. Committed on 31/01/2017 at 22:45. Pushed by smartins into branch 'master'. Fix build with clang 4.0 due to missing include BUG: 375820 M +2 -0 checkmanager.h https://commits.kde.org/clazy/67a45cf99a9f84266d4d17f9c2107e0518919b87 diff --git a/checkmanager.h b/checkmanager.h index ae5950e..aa4c804 100644 --- a/checkmanager.h +++ b/checkmanager.h @@ -29,6 +29,8 @@ #include "checkbase.h" #include "SuppressionManager.h" = +#include + #include #include #include