mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 16:20:11 -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 "filename.h"
|
||||||
#include "config_prc.h"
|
#include "config_prc.h"
|
||||||
|
|
||||||
#include <atomic>
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
|
#ifdef PHAVE_ATOMIC
|
||||||
|
#include <atomic>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BUILD_IPHONE
|
#ifdef BUILD_IPHONE
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user