Projekt_APO-Automat_spozywczy/models/cpp_includes

14 lines
228 B
Plaintext
Raw Normal View History

2021-11-10 10:14:59 +01:00
// "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;"