From 4d142269828b2e1c316d2ebd60eafa2bc2bb4f8c Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 11 Apr 2022 20:29:45 +0100 Subject: [PATCH] Fix a missing include for X11/BSD builds Closes #1597 Signed-off-by: falkTX --- source/utils/CarlaPluginUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/utils/CarlaPluginUI.cpp b/source/utils/CarlaPluginUI.cpp index aab42d594..e99c8d9ce 100644 --- a/source/utils/CarlaPluginUI.cpp +++ b/source/utils/CarlaPluginUI.cpp @@ -1,6 +1,6 @@ /* * Carla Plugin UI - * Copyright (C) 2014-2021 Filipe Coelho + * Copyright (C) 2014-2022 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -19,6 +19,7 @@ #include "CarlaPluginUI.hpp" #ifdef HAVE_X11 +# include # include # include # include