mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
notify: fix macOS build, don't include <atomic> if we don't have it
This commit is contained in:
parent
2771c29ac9
commit
b141483b22
@ -19,9 +19,12 @@
|
||||
#include "filename.h"
|
||||
#include "config_prc.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <ctype.h>
|
||||
|
||||
#ifdef PHAVE_ATOMIC
|
||||
#include <atomic>
|
||||
#endif
|
||||
|
||||
#ifdef BUILD_IPHONE
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user