Browse Source

Fix build with last commit

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
f2ae25f8ba
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      source/modules/juce_gui_extra/juce_gui_extra.cpp
  2. +1
    -1
      source/modules/juce_gui_extra/juce_gui_extra.h

+ 4
- 4
source/modules/juce_gui_extra/juce_gui_extra.cpp View File

@@ -142,7 +142,7 @@
#include "misc/juce_PushNotifications.cpp"
#include "misc/juce_RecentlyOpenedFilesList.cpp"
#include "misc/juce_SplashScreen.cpp"
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#if !JUCE_MAC || MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#include "misc/juce_SystemTrayIconComponent.cpp"
#endif
#include "misc/juce_LiveConstantEditor.cpp"
@@ -156,9 +156,9 @@
#if JUCE_MAC
#include "native/juce_mac_NSViewComponent.mm"
#include "native/juce_mac_AppleRemote.mm"
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#include "native/juce_mac_SystemTrayIcon.cpp"
#endif
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#include "native/juce_mac_SystemTrayIcon.cpp"
#endif
#endif
#if JUCE_IOS


+ 1
- 1
source/modules/juce_gui_extra/juce_gui_extra.h View File

@@ -115,7 +115,7 @@
#include "misc/juce_PushNotifications.h"
#include "misc/juce_RecentlyOpenedFilesList.h"
#include "misc/juce_SplashScreen.h"
#if MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#if !JUCE_MAC || MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_8
#include "misc/juce_SystemTrayIconComponent.h"
#endif
#include "misc/juce_WebBrowserComponent.h"


Loading…
Cancel
Save