mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fixes macOS builds after 76909984b2 because of removed header.
This was SVN commit r23625.
This commit is contained in:
parent
76909984b2
commit
a4341acaa6
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2015 Wildfire Games.
|
||||
/* Copyright (C) 2020 Wildfire Games.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining
|
||||
* a copy of this software and associated documentation files (the
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
#include "lib/sysdep/gfx.h"
|
||||
#include "lib/utf8.h"
|
||||
#include "osx_bundle.h"
|
||||
#include "osx_pasteboard.h"
|
||||
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <AvailabilityMacros.h> // MAC_OS_X_VERSION_MIN_REQUIRED
|
||||
|
|
|
|||
Loading…
Reference in a new issue