Use std::chrono::high_resolution_clock for folly::Benchmark
[folly.git] / folly / test / VarintTest.cpp
index 5c0bcf57484491d24b50e8e5627d73a575e0a648..8b8a1856cbf80c3181f0bb5540fbcf173dc86901 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
 #include <vector>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Benchmark.h>
 #include <folly/Random.h>
+#include <folly/portability/GTest.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");