ReactNative: fix clang errors
Differential Revision: D3068705 fb-gh-sync-id: 83fcbf0105310f99a4f65f566df77a6014873686 shipit-source-id: 83fcbf0105310f99a4f65f566df77a6014873686
This commit is contained in:
parent
dcf4600a7c
commit
b7ae7d0b4e
|
@ -86,5 +86,6 @@ react_library(
|
|||
'-fexceptions',
|
||||
'-fvisibility=hidden',
|
||||
'-frtti',
|
||||
'-Wno-pessimizing-move',
|
||||
],
|
||||
)
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
#include <JavaScriptCore/JSObjectRef.h>
|
||||
#include <JavaScriptCore/JSValueRef.h>
|
||||
|
||||
#include <alloca.h>
|
||||
#include <stdexcept>
|
||||
#include <algorithm>
|
||||
|
||||
|
|
Loading…
Reference in New Issue