e95a885a95
- Update to version 2.2.4 PR: ports/57001 Submitted by: KATO Tsuguru <tkato@prontomail.com>
13 lines
279 B
C++
13 lines
279 B
C++
--- lib/xml/include/Parse.h.orig Thu Feb 13 20:47:58 2003
|
|
+++ lib/xml/include/Parse.h Mon Aug 18 17:37:07 2003
|
|
@@ -31,7 +31,10 @@
|
|
#pragma warning(disable:4786)
|
|
#endif
|
|
|
|
+#include <inttypes.h>
|
|
+#if HAVE_STDINT_H
|
|
#include <stdint.h>
|
|
+#endif
|
|
#include <string>
|
|
#include <map>
|
|
|