mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-03-03 16:49:54 +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