forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
409 B
C
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>
|
|
|
|
|