Use the gflags portability header
[folly.git] / folly / experimental / hazptr / test / HazptrTest.cpp
index 62f5908f0c2c7b4bd47eaf0da51d2c8a48ea1d72..bcabbe7258e4615161d3d51668373049955e23f2 100644 (file)
@@ -21,7 +21,7 @@
 #include <folly/experimental/hazptr/debug.h>
 #include <folly/experimental/hazptr/hazptr.h>
 
-#include <gflags/gflags.h>
+#include <folly/portability/GFlags.h>
 #include <folly/portability/GTest.h>
 
 #include <thread>