aports/main/boost/stdint.patch
2013-04-23 11:50:24 +00:00

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>