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