Moved include of <cstdarg> to cpp file
This commit is contained in:
@@ -26,8 +26,10 @@ distribution.
|
||||
#include <new> // yes, this one new style header, is in the Android SDK.
|
||||
#if defined(ANDROID_NDK) || defined(__QNXNTO__)
|
||||
# include <stddef.h>
|
||||
# include <stdarg.h>
|
||||
#else
|
||||
# include <cstddef>
|
||||
# include <cstdarg>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1400 ) && (!defined WINCE)
|
||||
|
||||
Reference in New Issue
Block a user