summaryrefslogtreecommitdiffstats
path: root/main/boost/stdint.patch
blob: 65e838d3ad27802063950945bc4d55ebc014b0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./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>