Commit 7aae308f authored by Orvid King's avatar Orvid King Committed by Facebook GitHub Bot

Include portabilty/String.h for strndup and strcasecmp

Summary: Windows needs it

Reviewed By: yfeldblum

Differential Revision: D23497837

fbshipit-source-id: e4fa8fadb3a7ac26e602ff5fbddaef0976d47b0d
parent 340f7d54
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/PThread.h> #include <folly/portability/PThread.h>
#include <folly/portability/Sockets.h> #include <folly/portability/Sockets.h>
#include <folly/portability/String.h>
#include <folly/portability/Unistd.h> #include <folly/portability/Unistd.h>
#include <fcntl.h> #include <fcntl.h>
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/hash/Hash.h> #include <folly/hash/Hash.h>
#include <folly/portability/GTest.h> #include <folly/portability/GTest.h>
#include <folly/portability/String.h>
#include <folly/portability/SysMman.h> #include <folly/portability/SysMman.h>
using namespace std; using namespace std;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment