mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 14:15:40 +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 <cstdlib>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
|
||||||
#if defined(__APPLE__) && !__LP64__
|
#if defined(__APPLE__) && !defined(__LP64__)
|
||||||
#include <Carbon/Carbon.h>
|
#include <Carbon/Carbon.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue