mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-14 19:31:23 +00:00
possible missing header
This commit is contained in:
parent
e638a925b2
commit
ee87c620c8
16
tinyxml2.cpp
16
tinyxml2.cpp
@ -23,18 +23,10 @@ distribution.
|
||||
|
||||
#include "tinyxml2.h"
|
||||
|
||||
#if 1
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <new>
|
||||
#else
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <new>
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <new>
|
||||
#include <cstddef>
|
||||
|
||||
using namespace tinyxml2;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user