File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525#include " path.h"
2626#include " mathlib.h"
2727
28- #include < tinyxml2.h>
2928#include < map>
3029#include < set>
3130#include < string>
3231#include < list>
3332#include < algorithm>
3433
3534class TokenList ;
35+ namespace tinyxml2 {
36+ class XMLDocument ;
37+ }
3638
3739// / @addtogroup Core
3840// / @{
Original file line number Diff line number Diff line change 2020#include " token.h"
2121#include " tokenlist.h"
2222#include " testsuite.h"
23+ #include < tinyxml2.h>
2324
2425class TestLibrary : public TestFixture {
2526public:
Original file line number Diff line number Diff line change 1818
1919#include " preprocessor.h"
2020#include " tokenize.h"
21+ #include " symboldatabase.h"
2122#include " checkother.h"
2223#include " testsuite.h"
2324#include < sstream>
24- #include < symboldatabase .h>
25+ #include < tinyxml2 .h>
2526
2627extern std::ostringstream errout;
2728
You can’t perform that action at this time.
0 commit comments