mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Fabric: Forgotten compiler directive and include
Summary: Trivial. Those nits prevent cause compilation errors in some configurations. Reviewed By: fkgozali Differential Revision: D7467794 fbshipit-source-id: cbda285748374fd941a0b1ca6718d702ca2d6d82
This commit is contained in:
committed by
Facebook Github Bot
parent
1f969d3440
commit
c83aeaaf82
@@ -5,6 +5,8 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
|
||||
namespace facebook {
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <tuple>
|
||||
|
||||
#include <CoreGraphics/CGBase.h>
|
||||
|
||||
namespace facebook {
|
||||
|
||||
Reference in New Issue
Block a user