fix #220. Add missing include statement for <cstdarg>
This commit is contained in:
parent
cf5189614a
commit
080e6ddded
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
#ifdef __cplusplus
|
||||
#include <cstddef>
|
||||
#include <cstdarg>
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue