kicad: added missing includes (wxWidgets 2.8 specific)

This commit is contained in:
charras 2010-02-20 15:19:22 +00:00
parent a73e9a005c
commit 94fd2b3ca9
3 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -17,6 +17,7 @@
#include "class_treeproject_item.h"
#include "wx/regex.h"
#include "wx/imaglist.h"
IMPLEMENT_ABSTRACT_CLASS( TREEPROJECTFILES, wxTreeCtrl )

View File

@ -23,6 +23,7 @@
#include "wx/regex.h"
#include "wx/dir.h"
#include "wx/imaglist.h"
/* Note about the tree project build process: