Properly constrain folly::Function's generic conversion constructor and fix its noexc...
[folly.git] / folly / test / AtomicStructTest.cpp
index b6d0a07499a941f2c3fce65c3be7b395608aabf3..507f164cd44b8b514cb7332d51fa2d93e1bf3fff 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.
@@ -16,7 +16,7 @@
 
 #include <folly/AtomicStruct.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;