Version: 1.1 OS: Linux After running the code generation wizard to generate a set of C++ source code files, I've noticed that std::vector's header wasn't properly added. Instead the following text line was added: #include vector Another issue is that none of my code uses std::vector, nor does it use std::string. Yet, the code generation wizard tries to include those headers. Reproducible: Didn't try Steps to Reproduce: 1) run the code generation wizard 2) generate the source code files Actual Results: The following string is included in the source code header files: #include vector Expected Results: If std::vector is a part of the design then it should be included as: #include <vector> OS: Linux (x86_64) release 2.6.38-10-generic Compiler: cc
I've noticed that the code generator wizard adds headers even when the "method body generator" is set without ticks in front of the headers which are displayed
The request version is unmaintained. If the bug persists in recent version 2.20.1 feel free to reopen this bug.