mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-28 16:24:27 +02:00
tinyxml: added missing include <cassert>
This commit is contained in:
parent
5fa40fbf7e
commit
c64f434a83
@ -25,6 +25,7 @@ distribution.
|
|||||||
#ifndef TINYXMLA_INCLUDED
|
#ifndef TINYXMLA_INCLUDED
|
||||||
#include "tinyxmlA.h"
|
#include "tinyxmlA.h"
|
||||||
#endif TINYXMLA_INCLUDED
|
#endif TINYXMLA_INCLUDED
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
#ifndef TIXMLA_USE_STL
|
#ifndef TIXMLA_USE_STL
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ distribution.
|
|||||||
#ifndef TINYXML_INCLUDED
|
#ifndef TINYXML_INCLUDED
|
||||||
#include "tinyxml.h"
|
#include "tinyxml.h"
|
||||||
#endif //TINYXML_INCLUDED
|
#endif //TINYXML_INCLUDED
|
||||||
|
#include <cassert>
|
||||||
|
|
||||||
#ifndef TIXML_USE_STL
|
#ifndef TIXML_USE_STL
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user