Fix TFO refused case
[folly.git] / folly / io / async / test / DelayedDestructionTest.cpp
index e042ea3cce6d4c186768c67caca4632ce4af712a..d7836b9e781e6f57e1c9d0e1b0bb5b33f1eee0dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
  */
 #include <folly/io/async/DelayedDestruction.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;