wxUiEditor
wxUiEditor copied to clipboard
Consider adding all required header files in generated C++ source code
Description:
clang-diagnostics will complain about the use of any wxWidgets class that we use without directly including a header file. It's a valid complaint if a precompiled header is not being used. The downside is that it will generate a lot of additional header files in the source code.