add missing const to fix `folly::toDynamic` on `std::vector<bool>`
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index 633494ba9e545921175a8183f7958d9a12e74f91..bc216d2486c7f23e54aad6250468cc6788306291 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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.
@@ -20,8 +20,7 @@
 
 #include <folly/Memory.h>
 #include <folly/Arena.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;