From 6df5c8733eb76c81a4e3b0f04feab9fce79d6ffa Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 5 May 2017 14:17:40 +0200 Subject: [PATCH] Fix autotests on the FreeBSD CI. Summary: Include explicitly, for EPROTO. Reviewers: bcooksley, graesslin, davidedmundson Reviewed By: davidedmundson Subscribers: plasma-devel, #frameworks Tags: #plasma_on_wayland, #frameworks Differential Revision: https://phabricator.kde.org/D5717 --- src/wayland/autotests/client/test_error.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wayland/autotests/client/test_error.cpp b/src/wayland/autotests/client/test_error.cpp index 7e6a793f27..b958fd48be 100644 --- a/src/wayland/autotests/client/test_error.cpp +++ b/src/wayland/autotests/client/test_error.cpp @@ -35,6 +35,8 @@ License along with this library. If not, see . #include +#include // For EPROTO + using namespace KWayland::Client; using namespace KWayland::Server;