From 03b93ec864c29dfbc41f2adbdf1b639f5403c95f Mon Sep 17 00:00:00 2001

Subject: [PATCH] Added c include

Fixes #220 and #223
This commit is contained in:
Johan Simonsson 2015-01-04 11:15:23 +00:00 committed by Andy Green
parent 1dce6c06ea
commit bb87ac82d1

View file

@ -26,6 +26,8 @@
#include <cstddef>
#include <cstdarg>
extern "C" {
#else
#include <stdarg.h>
#endif
#ifdef CMAKE_BUILD