diff --git a/source/utils/CarlaMacUtils.cpp b/source/utils/CarlaMacUtils.cpp index e2cf10550..517c160de 100644 --- a/source/utils/CarlaMacUtils.cpp +++ b/source/utils/CarlaMacUtils.cpp @@ -1,6 +1,6 @@ /* * Carla macOS utils - * Copyright (C) 2018-2022 Filipe Coelho + * Copyright (C) 2018-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 @@ -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"