Use std::chrono::high_resolution_clock for folly::Benchmark
[folly.git] / folly / test / MacAddressTest.cpp
index b97ea211484987f5c00d70dbf07db73d9e6c26b4..2f701738ec86aa76c8a831370d791b5214ac7348 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/Conv.h>
 #include <folly/IPAddressV6.h>
 #include <folly/MacAddress.h>
+#include <folly/portability/GTest.h>
 
 using folly::MacAddress;
 using folly::IPAddressV6;