view doc/architecture/UniversalIndentGUI/cpp_includes @ 800:ca899a323c52

Pull in updated changes from Debian package.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 13 Apr 2018 02:02:06 +0300
parents eda4b7b7fe8d
children
line wrap: on
line source

// "a type" "needed cpp_includes"
"vector" "#include <vector>
using namespace std;"

"list" "#include <list>
using namespace std;"

"map" "#include <map>
using namespace std;"

"string" "#include <string>
using namespace std;"