1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Updated a system header name for Android.

This commit is contained in:
jules 2014-12-23 10:54:41 +00:00
parent d3bca77a16
commit d30b22e459

View file

@ -104,7 +104,7 @@
#endif
#if JUCE_ANDROID
#include <sys/atomics.h>
#include <atomic>
#include <byteswap.h>
#endif