KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Consider adding all required header files in generated C++ source code #1389

Open KeyWorksRW opened 6 months ago

KeyWorksRW commented 6 months ago

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.