COMP: Try to resolve compile errors because of missing includes and wrong include path
This commit is contained in:
parent
4a7a86e949
commit
0532cc2920
|
@ -17,6 +17,7 @@
|
|||
#include "cmXMLParser.h"
|
||||
|
||||
#include <cmexpat/expat.h>
|
||||
#include <ctype.h>
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
cmXMLParser::cmXMLParser()
|
||||
|
|
|
@ -4,7 +4,7 @@ See the file COPYING for copying permission.
|
|||
*/
|
||||
|
||||
#include <cmexpat/expatConfig.h>
|
||||
#include "expat.h"
|
||||
#include <cmexpat/expat.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue