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: //