Skip to content

Commit 91e35b2

Browse files
kodafbfacebook-github-bot
authored andcommitted
Include missing <cstdarg>
Summary: Include <cstdarg>, which defines the va_start and va_end macros. Reviewed By: tmikov Differential Revision: D17344433 fbshipit-source-id: f51fb53cc6e016eeef1a9270c1f2c468a5edc967
1 parent b8d1dda commit 91e35b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactCommon/jsi/jsi/jsilib-posix.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include <sys/types.h>
1313
#include <unistd.h>
1414
#include <cerrno>
15+
#include <cstdarg>
1516
#include <stdexcept>
1617

1718
#include <jsi/jsilib.h>

0 commit comments

Comments
 (0)