add missing const to fix `folly::toDynamic` on `std::vector<bool>`
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index 07cd9bd73e2db53caa7c5b1aad12ae141889fe72..bc216d2486c7f23e54aad6250468cc6788306291 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 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.
  * @author: Marcelo Juchem <marcelo@fb.com>
  */
 
-#include "folly/Memory.h"
-#include "folly/Arena.h"
-
-#include <gtest/gtest.h>
+#include <folly/Memory.h>
+#include <folly/Arena.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;