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

Include portability/SysTypes.h for ssize_t

Summary: Required for Windows with the more strict include order via upcoming formatting diffs.

Reviewed By: yfeldblum

Differential Revision: D25636437

fbshipit-source-id: 0a5fd400f63220400f89affb11b66e9692e9b352
parent 47de1a56
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#include <iterator> #include <iterator>
#include <type_traits> #include <type_traits>
#include <folly/portability/SysTypes.h>
/* /*
* This contains stripped-down workalikes of some Boost classes: * This contains stripped-down workalikes of some Boost classes:
* *
......
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