add folly::as_const, like C++17's std::as_const
[folly.git] / folly / test / UnitTest.cpp
index 18ff4ab5db6affe4b00e515e6858dad7cdd8f013..74c7c14a780044dfd09db69afeafb50526130d0c 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/Unit.h>
 
+#include <folly/portability/GTest.h>
+
 using namespace folly;
 
 TEST(Unit, operatorEq) {