root/trunk/stdincludes.h
| Revision 5, 184 bytes (checked in by qbert, 6 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef STDINCLUDES_H |
| 2 | #define STDINCLUDES_H |
| 3 | |
| 4 | |
| 5 | #include <string> |
| 6 | #include <algorithm> |
| 7 | #include <map> |
| 8 | #include <vector> |
| 9 | #include <fstream> |
| 10 | |
| 11 | using namespace std; |
| 12 | |
| 13 | |
| 14 | |
| 15 | #endif |
Note: See TracBrowser for help on using the browser.
