Disable a range test under MSVC
[folly.git] / folly / test / FileTest.cpp
index d7ac2a485151a428da503ee2ea042e708e0e0817..4651f7b0d437d23f47a96cfe71ab119de392134b 100644 (file)
@@ -17,8 +17,8 @@
 #include <folly/File.h>
 
 #include <folly/String.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/Fcntl.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;