浏览代码

add stdarg.h

Gargaj 11 年之前
父节点
当前提交
6f828087f9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/AssxmlExporter.cpp

+ 1 - 0
code/AssxmlExporter.cpp

@@ -40,6 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 /** @file  AssxmlExporter.cpp
 /** @file  AssxmlExporter.cpp
  *  ASSXML exporter main code
  *  ASSXML exporter main code
  */
  */
+#include <stdarg.h>
 #include "AssimpPCH.h"
 #include "AssimpPCH.h"
 #include "./../include/assimp/version.h"
 #include "./../include/assimp/version.h"
 #include "ProcessHelper.h"
 #include "ProcessHelper.h"