X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FFutexTest.cpp;h=7da35b713b680f0b2c8581504e8632cc4e773178;hp=da7dca3c64615a8640342d0058c2a2c46a76804b;hb=e229101b0e2fc1d9ccfbcb10be991cb62e19d32d;hpb=6a6ac91e1fda65d7871390f03be8d19b3591ba45 diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index da7dca3c..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. @@ -24,27 +24,29 @@ #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