X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FFutexTest.cpp;h=a4048f400a1066880334ae311227474130cd96db;hp=ae23c6553867591dd9850e95b0782533d8fb8583;hb=7fc3f9174951941df7a7a32acf320185716c26a6;hpb=546bd3f5f2ed1fdf3a0f5c2b6737a20c4bc2f561 diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index ae23c655..a4048f40 100644 --- a/folly/test/FutexTest.cpp +++ b/folly/test/FutexTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2014 Facebook, Inc. + * Copyright 2017 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,26 +19,28 @@ #include #include +#include #include -#include -#include -#include -#include +#include + +#include +#include using namespace folly::detail; using namespace folly::test; +using namespace std; using namespace std::chrono; typedef DeterministicSchedule DSched; -template class Atom> +template