Add assorted missing includes in xplat

Summary: Add assorted missing includes in `xplat` that would be exposed by future changes.

Reviewed By: ispeters, nlutsenko

Differential Revision: D14213660

fbshipit-source-id: 329f133784015fe20ee99feaec8ef05e117fe3a6
This commit is contained in:
Yedidya Feldblum
2019-02-28 00:49:49 -08:00
committed by Facebook Github Bot
parent b3790d283f
commit fc91bccd53
11 changed files with 21 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
#include <fcntl.h>
#include <sys/stat.h>
#include <glog/logging.h>
#include <folly/Memory.h>
#include <folly/portability/SysMman.h>
#include <folly/ScopeGuard.h>