source:
XMLIO_V2/dev/trunk/src/XMLIO/xmlio_std.hpp
@
79
Last change on this file since 79 was 79, checked in by ymipsl, 15 years ago | |
---|---|
File size: 335 bytes |
Line | |
---|---|
1 | #ifndef XMLIO_STD_HPP |
2 | #define XMLIO_STD_HPP |
3 | |
4 | |
5 | |
6 | #include <blitz/array.h> |
7 | #include <string> |
8 | #include <iostream> |
9 | #include <vector> |
10 | #include <map> |
11 | #include <unordered_map> |
12 | using namespace blitz ; |
13 | using namespace std ; |
14 | //using namespace std::tr1 ; |
15 | |
16 | #include "stdout.hpp" |
17 | #include "stdout_indent.hpp" |
18 | #include "xmlio_exception.hpp" |
19 | |
20 | |
21 | #endif |
Note: See TracBrowser
for help on using the repository browser.