From b275daa57626a8e8402ad73a78695cd253a4fdaf Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Fri, 6 Mar 2015 03:41:04 +0000 Subject: [PATCH] Fix FreeBSD build: std::tan() requires #include instead of --- effects/coverswitch/coverswitch.cpp | 2 +- effects/flipswitch/flipswitch.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/effects/coverswitch/coverswitch.cpp b/effects/coverswitch/coverswitch.cpp index 022a494c85..fa6ec84a3f 100644 --- a/effects/coverswitch/coverswitch.cpp +++ b/effects/coverswitch/coverswitch.cpp @@ -32,7 +32,7 @@ along with this program. If not, see . #include #include -#include +#include namespace KWin { diff --git a/effects/flipswitch/flipswitch.cpp b/effects/flipswitch/flipswitch.cpp index fd39b5032e..f429b05806 100644 --- a/effects/flipswitch/flipswitch.cpp +++ b/effects/flipswitch/flipswitch.cpp @@ -33,7 +33,7 @@ along with this program. If not, see . #include -#include +#include namespace KWin {