brettviren / moo

ruminants on module oriented programming
GNU General Public License v3.0
4 stars 4 forks source link

`ostructs.hpp.j2` should `#include <string>` when there are enums #12

Closed philiprodrigues closed 3 years ago

philiprodrigues commented 3 years ago

My schema uses an enum, and so my Structs.hpp has (very nice!) functions to convert to/from string. But there's no #include <string> in the hpp file, so the compiler complains