Fix manual inclusion of CarlaMacUtils.cpp

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2023-05-15 18:44:28 +02:00
parent 7a59c68bbb
commit fbb49e2a87
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
* Carla macOS utils
* Copyright (C) 2018-2022 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2018-2023 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@ -15,6 +15,8 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
#include "CarlaDefines.h"
#ifdef CARLA_OS_MAC
#include "CarlaMacUtils.hpp"

View File

@ -1,6 +1,6 @@
/*
* Carla macOS utils
* Copyright (C) 2018-2022 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2018-2023 Filipe Coelho <falktx@falktx.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as