Fix DCHECKs in IOBufQueue
[folly.git] / folly / test / FingerprintTest.cpp
index 94a574075251650f701e7873e78bc5f037686ef7..e8ef9ac181fd1b3e7d5b4cda0a76b1a8dab7aadf 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.
 #include <folly/Fingerprint.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
-#include <folly/detail/SlowFingerprint.h>
 #include <folly/Benchmark.h>
+#include <folly/detail/SlowFingerprint.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 using namespace folly::detail;