opnsense-ports/lang/x10/files/patch-x10.runtime-src-cpp-x10-utils-concurrent-AtomicReference.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
409 B
C

--- ../x10.runtime/src-cpp/x10/util/concurrent/AtomicReference.h.orig 2014-03-09 15:50:47.000000000 +0100
+++ ../x10.runtime/src-cpp/x10/util/concurrent/AtomicReference.h 2014-03-09 15:51:15.000000000 +0100
@@ -15,6 +15,7 @@
#include <x10aux/config.h>
#include <x10aux/ref.h>
#include <x10aux/RTT.h>
+#include <x10aux/basic_functions.h>
#include <x10aux/string_utils.h>
#include <x10aux/atomic_ops.h>