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 коммит произвёл Facebook Github Bot
Родитель b3790d283f
Коммит fc91bccd53
11 изменённых файлов: 21 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
#include <glog/logging.h>
#include <React/RCTLog.h>
#include <cxxreact/MessageQueueThread.h>

Просмотреть файл

@ -5,6 +5,8 @@
#include "CxxModuleWrapper.h"
#include <glog/logging.h>
#include <folly/ScopeGuard.h>
#include <dlfcn.h>

Просмотреть файл

@ -5,6 +5,8 @@
#include "JavaModuleWrapper.h"
#include <glog/logging.h>
#include <fb/fbjni.h>
#include <folly/json.h>
#include <cxxreact/CxxModule.h>

Просмотреть файл

@ -9,6 +9,8 @@
#include <fbsystrace.h>
#endif
#include <glog/logging.h>
#include <cxxreact/CxxNativeModule.h>
#include <fb/fbjni.h>

Просмотреть файл

@ -5,6 +5,8 @@
#include "ModuleRegistryBuilder.h"
#include <glog/logging.h>
#include <cxxreact/CxxNativeModule.h>
#include <folly/Memory.h>

Просмотреть файл

@ -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>

Просмотреть файл

@ -5,6 +5,8 @@
#include "JSIndexedRAMBundle.h"
#include <glog/logging.h>
#include <folly/Memory.h>
namespace facebook {

Просмотреть файл

@ -7,6 +7,8 @@
#include "AccessibilityProps.h"
#include <glog/logging.h>
#include <react/components/view/accessibilityPropsConversions.h>
#include <react/components/view/propsConversions.h>
#include <react/core/propsConversions.h>

Просмотреть файл

@ -13,6 +13,8 @@
#include <unordered_map>
#include <utility>
#include <glog/logging.h>
namespace facebook {
namespace react {

Просмотреть файл

@ -5,6 +5,7 @@
#include "Scheduler.h"
#include <glog/logging.h>
#include <jsi/jsi.h>
#include <react/core/LayoutContext.h>

Просмотреть файл

@ -5,6 +5,8 @@
#include "jsireact/JSINativeModules.h"
#include <glog/logging.h>
#include <cxxreact/ReactMarker.h>
#include <jsi/JSIDynamic.h>