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:
Ian McInerney 2023-04-12 18:47:43 +01:00
parent 18e573d5e9
commit 2b22ff9f39
1 changed files with 1 additions and 0 deletions

View File

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