Generated code missing iostream header

Issue #153 resolved
Prof Garth Wells created an issue

Generated code uses std::cerr and std::endl, but does not include iostream. The causes a build failure with clang.

Comments (1)

  1. Log in to comment