Tue, 04 Aug 2009 18:12:44 +0200
Include project documents (plan, SRS, design) in distribution.
michael@13 | 1 | // "a type" "needed cpp_includes" |
michael@13 | 2 | "vector" "#include <vector> |
michael@13 | 3 | using namespace std;" |
michael@13 | 4 | |
michael@13 | 5 | "list" "#include <list> |
michael@13 | 6 | using namespace std;" |
michael@13 | 7 | |
michael@13 | 8 | "map" "#include <map> |
michael@13 | 9 | using namespace std;" |
michael@13 | 10 | |
michael@13 | 11 | "string" "#include <string> |
michael@13 | 12 | using namespace std;" |
michael@13 | 13 |