From eafe23b27c22a17fbe188a159f59695157877026 Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 10 Sep 2020 01:06:41 +0200 Subject: [PATCH] Hopefully fix the build on BSD At the moment it complains about std::array being unknown. --- plugins/scenes/opengl/lanczosfilter.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scenes/opengl/lanczosfilter.h b/plugins/scenes/opengl/lanczosfilter.h index 00ec478b0e..1e54efc94c 100644 --- a/plugins/scenes/opengl/lanczosfilter.h +++ b/plugins/scenes/opengl/lanczosfilter.h @@ -16,6 +16,7 @@ #include #include #include +#include namespace KWin {