Fix SimpleBarrier
[folly.git] / folly / test / FingerprintTest.cpp
index 9f6bc25b31f32d135c26959de73d9717731f84aa..62de0481c45ea05d2fc1a3c84c8f9ed4dfb2312c 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.
 #include <folly/Fingerprint.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/detail/SlowFingerprint.h>
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::detail;