Commit 94fd2b3c authored by charras's avatar charras

kicad: added missing includes (wxWidgets 2.8 specific)

parent a73e9a00
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment