X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FFutexTest.cpp;h=7da35b713b680f0b2c8581504e8632cc4e773178;hp=71793a97b8edecf942b236dad3e5cdc77285fb7c;hb=e229101b0e2fc1d9ccfbcb10be991cb62e19d32d;hpb=b67b22f4e27773e2e2c155a3629ff8d468bb1286 diff --git a/folly/test/FutexTest.cpp b/folly/test/FutexTest.cpp index 71793a97..7da35b71 100644 --- a/folly/test/FutexTest.cpp +++ b/folly/test/FutexTest.cpp @@ -24,6 +24,7 @@ #include +#include #include #include @@ -31,20 +32,21 @@ 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