X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFutexTest.cpp;h=7da35b713b680f0b2c8581504e8632cc4e773178;hb=47b2f8dfdc39b149accf9ae830551eee670d98d1;hp=36d11f8e28fe9841320ea01a3325f412b1d9d1c5;hpb=a49866e66310a9940c7e262807602a170bbc93f5;p=folly.git diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index 36d11f8e..7da35b71 100644 --- a/folly/test/FutexTest.cpp +++ b/folly/test/FutexTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2016 Facebook, Inc. + * Copyright 2013-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,28 +23,30 @@ #include #include -#include +#include +#include #include using namespace folly::detail; using namespace folly::test; using namespace std; using namespace std::chrono; +using folly::chrono::coarse_steady_clock; typedef DeterministicSchedule DSched; -template class Atom> +template