Bug 1649259 - include Attributes.h in memory/'s Mutex.h; r=glandium

We need this for `MOZ_RAII`.

Differential Revision: https://phabricator.services.mozilla.com/D81599
This commit is contained in:
Nathan Froyd 2020-07-01 13:39:34 +00:00
parent 7c8d2e7c35
commit 1f77873a31

View File

@ -14,6 +14,7 @@
#else
# include <pthread.h>
#endif
#include "mozilla/Attributes.h"
#include "mozilla/GuardObjects.h"
// Mutexes based on spinlocks. We can't use normal pthread spinlocks in all