Pcbnew: fix Bug #1156193 . Fix compil issues when KICAD_SCRIPTING_WXPYTHON is not enabled and KICAD_SCRIPTING is enabled

This commit is contained in:
jean-pierre charras
2013-03-17 20:04:42 +01:00
parent fdf135d877
commit 8d675d9bc0
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@
#endif
#endif
#include <wx/string.h>
#include <wx/arrstr.h>
/* Function pcbnewInitPythonScripting
* Initializes the Python engine inside pcbnew
*/