fix build when sanitizers are enabled and jemalloc is disabled
[folly.git] / folly / test / AsciiCaseInsensitiveTest.cpp
index 11771181d83b2c3dbd583dee40219d9bd18af7ae..236b8e3144991677a216b5f5d54223d603306a9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 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,8 +16,8 @@
 
 #include <folly/Range.h>
 
-#include <gflags/gflags.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <algorithm>
 
 using namespace std;