Add deprecation comments to folly::makeFuture.
[folly.git] / folly / test / CpuIdTest.cpp
index 28c43e79de70717d3592b4653f0359626b60428c..176f0c7c4626d66618ce5f1fa4185f7dbfd08a5f 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.
@@ -16,7 +16,7 @@
 
 #include <folly/CpuId.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;