Fix to build SharedMutexTest on aarch64
[folly.git] / folly / test / AsciiCaseInsensitiveTest.cpp
index 3d00e50d53eb08a33757f0cd4c7e0aa4094be59c..236b8e3144991677a216b5f5d54223d603306a9c 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.
@@ -16,7 +16,8 @@
 
 #include <folly/Range.h>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <algorithm>
 
 using namespace std;