Changeset 66:809c9ecdfdc7 in rrlib_xml
- Timestamp:
- 04.05.2020 22:57:47 (3 years ago)
- Branch:
- 14.08
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tDocument.h
r57 r66 46 46 #include <string> 47 47 48 extern "C"49 {50 48 #include <libxml/tree.h> 51 }52 49 //---------------------------------------------------------------------- 53 50 // Internal includes with "" -
tNode.h
r57 r66 44 44 // External includes (system with <>, local with "") 45 45 //---------------------------------------------------------------------- 46 extern "C"47 {48 46 #include <libxml/tree.h> 49 }50 47 51 48 #include <string>
Note: See TracChangeset
for help on using the changeset viewer.