mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 08:45:33 +00:00
tiny fix
This commit is contained in:
parent
225530c690
commit
ebf1fe415e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#include <cstdlib>
|
||||
#include <stdexcept>
|
||||
|
||||
#if defined(__APPLE__) && !__LP64__
|
||||
#if defined(__APPLE__) && !defined(__LP64__)
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue