Deal with some oddities of MSVC's preprocessor
[folly.git] / folly / Benchmark.h
index 0a384b40aaef98799b76ebf9b9ef102943cbbde2..fe4fc239fefb61ac0e0e8aad64f4626a5c1f28cb 100644 (file)
@@ -19,6 +19,7 @@
 #include <folly/Portability.h>
 #include <folly/Preprocessor.h> // for FB_ANONYMOUS_VARIABLE
 #include <folly/ScopeGuard.h>
+#include <folly/portability/GFlags.h>
 #include <folly/portability/Time.h>
 
 #include <cassert>
@@ -26,7 +27,6 @@
 #include <boost/function_types/function_arity.hpp>
 #include <functional>
 #include <glog/logging.h>
-#include <gflags/gflags.h>
 #include <limits>
 #include <type_traits>