Use std::this_thread::yield rather than sched_yield
[folly.git] / folly / test / HistogramTest.cpp
index 680d8c0cb4e537b05b6707ab2c0cda4104a1d34f..c2997a35ecdf5e55a44d18e24924d47a6298d884 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.
@@ -17,7 +17,7 @@
 #include <folly/stats/Histogram.h>
 #include <folly/stats/Histogram-defs.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using folly::Histogram;