Skip to content

Commit

Permalink
missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
FigBug committed Nov 3, 2024
1 parent 5ba740c commit 0cdd304
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/gin_gui/gin_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ namespace gin
#include "utilities/gin_openstreetmaps.cpp"
#include "utilities/gin_elevatedfilecopy.cpp"
#include "utilities/gin_layout.cpp"
#include "utilities/gin_systemclipboard.cpp"

#include "images/gin_imageutilities.cpp"

Expand Down
1 change: 1 addition & 0 deletions modules/gin_gui/gin_gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ namespace gin
#include "utilities/gin_openstreetmaps.h"
#include "utilities/gin_elevatedfilecopy.h"
#include "utilities/gin_layout.h"
#include "utilities/gin_systemclipboard.h"

#include "images/gin_imageutilities.h"

Expand Down
10 changes: 10 additions & 0 deletions modules/gin_gui/gin_gui.mm
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
==============================================================================*/

#if __APPLE__
#include "TargetConditionals.h"
#if TARGET_OS_MAC
#define JUCE_CORE_INCLUDE_OBJC_HELPERS 1
#define JUCE_GRAPHICS_INCLUDE_COREGRAPHICS_HELPERS 1
#import <objc/message.h>
#import <AppKit/AppKit.h>
#endif
#endif

#include "gin_gui.cpp"

0 comments on commit 0cdd304

Please sign in to comment.