From 20747acd0898d6f7e31b9f53b4c75e1b6754bb84 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 27 Jan 2014 11:30:04 +0400 Subject: [PATCH] Corrected includes. --- test/atomicity.cpp | 8 +++++++- test/ordering.cpp | 9 ++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/test/atomicity.cpp b/test/atomicity.cpp index 281d560..f1a64f5 100644 --- a/test/atomicity.cpp +++ b/test/atomicity.cpp @@ -28,10 +28,16 @@ #include #include +#include +#include #include #include #include -#include +#include +#include +#include +#include +#include /* helper class to let two instances of a function race against each other, with configurable timeout and early abort on detection of error */ diff --git a/test/ordering.cpp b/test/ordering.cpp index 806f174..f769855 100644 --- a/test/ordering.cpp +++ b/test/ordering.cpp @@ -27,10 +27,17 @@ // fences work as expected if this test program does not // report an error. #include +#include +#include #include #include #include -#include +#include +#include +#include +#include +#include +#include // Two threads perform the following operations: //