mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-09 22:32:12 +00:00
atomic: qnx/qcc compile fix
[SVN r85015]
This commit is contained in:
@@ -19,6 +19,12 @@
|
||||
#include <boost/atomic/detail/config.hpp>
|
||||
#include <boost/atomic/detail/lockpool.hpp>
|
||||
|
||||
|
||||
#ifdef __QNX__
|
||||
#include <stddef.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef BOOST_HAS_PRAGMA_ONCE
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user