Add missing include
The implicit includes have changed in wx 3.3, so this is no longer being included in the file, so include it explicetly to et wxMessageOutputStderr.
This commit is contained in:
parent
18e573d5e9
commit
2b22ff9f39
|
@ -29,6 +29,7 @@
|
|||
#include <profile.h>
|
||||
|
||||
#include <wx/cmdline.h>
|
||||
#include <wx/msgout.h>
|
||||
|
||||
#include <board_item.h>
|
||||
#include <plugins/kicad/pcb_plugin.h>
|
||||
|
|
Loading…
Reference in New Issue