From f207f921691852c821a4ea89a4db99184738041d Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 10 Apr 2023 19:03:42 +0200 Subject: [PATCH] Fix manual include of CarlaBridgeDefines.hpp Signed-off-by: falkTX --- source/utils/CarlaBridgeDefines.hpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/utils/CarlaBridgeDefines.hpp b/source/utils/CarlaBridgeDefines.hpp index d1a2f3a9a..2641f4866 100644 --- a/source/utils/CarlaBridgeDefines.hpp +++ b/source/utils/CarlaBridgeDefines.hpp @@ -1,6 +1,6 @@ /* * Carla Bridge definitions - * Copyright (C) 2013-2022 Filipe Coelho + * Copyright (C) 2013-2023 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 @@ -28,6 +28,14 @@ // ------------------------------------------------------------------------------------------------------------------- +#ifdef CARLA_PROPER_CPP11_SUPPORT +# include +#else +# include +#endif + +// ------------------------------------------------------------------------------------------------------------------- + // Server sends these to client during RT enum PluginBridgeRtClientOpcode { kPluginBridgeRtClientNull = 0,