mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
14 lines
326 B
Diff
14 lines
326 B
Diff
--- ./boost/atomic/atomic.hpp.orig 2013-04-23 11:44:45.556751918 +0000
|
|
+++ ./boost/atomic/atomic.hpp 2013-04-23 11:45:44.944031100 +0000
|
|
@@ -8,6 +8,10 @@
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
#include <cstddef>
|
|
+extern "C" {
|
|
+#include <stdint.h>
|
|
+}
|
|
+
|
|
#include <boost/cstdint.hpp>
|
|
|
|
#include <boost/memory_order.hpp>
|