tinyxml: added missing include <cassert>
This commit is contained in:
parent
5fa40fbf7e
commit
c64f434a83
@ -25,6 +25,7 @@ distribution.
|
||||
#ifndef TINYXMLA_INCLUDED
|
||||
#include "tinyxmlA.h"
|
||||
#endif TINYXMLA_INCLUDED
|
||||
#include <cassert>
|
||||
|
||||
#ifndef TIXMLA_USE_STL
|
||||
|
||||
|
@ -25,6 +25,7 @@ distribution.
|
||||
#ifndef TINYXML_INCLUDED
|
||||
#include "tinyxml.h"
|
||||
#endif //TINYXML_INCLUDED
|
||||
#include <cassert>
|
||||
|
||||
#ifndef TIXML_USE_STL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user