kicad: added missing includes (wxWidgets 2.8 specific)
This commit is contained in:
parent
a73e9a005c
commit
94fd2b3ca9
|
@ -17,6 +17,7 @@
|
|||
#include "tree_project_frame.h"
|
||||
#include "class_treeprojectfiles.h"
|
||||
#include "class_treeproject_item.h"
|
||||
#include "wx/imaglist.h"
|
||||
|
||||
#include "wx/regex.h"
|
||||
#include "wx/dir.h"
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include "class_treeproject_item.h"
|
||||
|
||||
#include "wx/regex.h"
|
||||
#include "wx/imaglist.h"
|
||||
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS( TREEPROJECTFILES, wxTreeCtrl )
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "wx/regex.h"
|
||||
#include "wx/dir.h"
|
||||
#include "wx/imaglist.h"
|
||||
|
||||
|
||||
/* Note about the tree project build process:
|
||||
|
|
Loading…
Reference in New Issue