add missing const to fix `folly::toDynamic` on `std::vector<bool>`
[folly.git] / folly / test / ForeachBenchmark.cpp
index dfb24445b630a7209058b1ab2ec3d19d7cc9377c..c58d89fb06c648a5679690e72e6308dd748d862d 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.
@@ -17,8 +17,8 @@
 #include <folly/Foreach.h>
 
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
-#include <gtest/gtest.h>
 #include <map>
 
 using namespace folly;