From a6d29add93a2a5bf1357fa824a5327b2d4c30c19 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Wed, 29 Apr 2020 16:54:06 +0300 Subject: [PATCH] Fix build on FreeBSD --- platform.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform.cpp b/platform.cpp index e986fd943b..3b53108bc0 100644 --- a/platform.cpp +++ b/platform.cpp @@ -39,6 +39,8 @@ along with this program. If not, see . #include +#include + namespace KWin {