2
0
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:
Tim Blechmann
2013-07-12 17:49:20 +00:00
parent 2327494330
commit ffae0dc7a0

View File

@@ -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