diff options
author | Chris Robinson <[email protected]> | 2014-05-07 02:28:25 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-05-07 02:28:25 -0700 |
commit | 1c01e9423719c96866c82cb395388409db0bba35 (patch) | |
tree | db5c882bc256011c38d58bfc10c48629898f5a5f /include/atomic.h | |
parent | d8d609b9401b2f8fc121cccbde253c17f07d2580 (diff) |
Move the static_assert definition to its own header
Diffstat (limited to 'include/atomic.h')
-rw-r--r-- | include/atomic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/atomic.h b/include/atomic.h index 3b5ec24d..3915dfd5 100644 --- a/include/atomic.h +++ b/include/atomic.h @@ -1,6 +1,8 @@ #ifndef AL_ATOMIC_H #define AL_ATOMIC_H +#include "static_assert.h" + typedef void *volatile XchgPtr; |