IndexedMemPool: Fix race condition on size_ that can cause the destructor to access...
[folly.git] / folly / test / PackedSyncPtrTest.cpp
index f926d6ff287c1bba11ade4c2b9201271628be923..5dd6aa7180cd00be4b41b1d0c7faadf155dc2bfe 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.
 #include <folly/PackedSyncPtr.h>
 
 #include <cinttypes>
-#include <gtest/gtest.h>
 #include <thread>
 #include <unordered_map>
 #include <utility>
 
+#include <folly/portability/GTest.h>
+
 using folly::PackedSyncPtr;
 
 namespace {