Include persistent controls headers in the all headers test
Check for the absence of warnings when compiling these headers too, they were simply forgotten (and not intentionally excluded) before.
This commit is contained in:
parent
b63cf77dd3
commit
8469642959
1 changed files with 6 additions and 0 deletions
|
|
@ -254,6 +254,12 @@
|
|||
#include <wx/pen.h>
|
||||
#include <wx/peninfobase.h>
|
||||
#include <wx/persist.h>
|
||||
#include <wx/persist/bookctrl.h>
|
||||
#include <wx/persist/dataview.h>
|
||||
#include <wx/persist/splitter.h>
|
||||
#include <wx/persist/toplevel.h>
|
||||
#include <wx/persist/treebook.h>
|
||||
#include <wx/persist/window.h>
|
||||
#include <wx/pickerbase.h>
|
||||
#include <wx/platform.h>
|
||||
#include <wx/platinfo.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue