Browse Source

Fix manual inclusion of CarlaMacUtils.cpp

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.5
falkTX 1 year ago
parent
commit
8e96f51295
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      source/utils/CarlaMacUtils.cpp

+ 3
- 1
source/utils/CarlaMacUtils.cpp 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"


Loading…
Cancel
Save