From 6f828087f9b787ecaf5925a25dfd56bae8355f0b Mon Sep 17 00:00:00 2001 From: Gargaj Date: Thu, 28 Aug 2014 15:45:48 +0200 Subject: [PATCH] add stdarg.h --- code/AssxmlExporter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/code/AssxmlExporter.cpp b/code/AssxmlExporter.cpp index 89b7718b6..062fea6dd 100644 --- a/code/AssxmlExporter.cpp +++ b/code/AssxmlExporter.cpp @@ -40,6 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /** @file AssxmlExporter.cpp * ASSXML exporter main code */ +#include #include "AssimpPCH.h" #include "./../include/assimp/version.h" #include "ProcessHelper.h"