- Add include of stdarg, because apparently that's needed to build of Github server with Travis.

pull/615/head
Wil Shipley 2015-07-27 00:54:23 -07:00
parent 227a08d2b7
commit 7a7a496320
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSIMP_BUILD_NO_COLLADA_IMPORTER
#include <sstream>
#include <stdarg.h>
#include "ColladaParser.h"
#include "fast_atof.h"
#include "ParsingUtils.h"