Browse Source

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.
newinvert
Ian McInerney 3 years ago
parent
commit
2b22ff9f39
  1. 1
      qa/tools/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.cpp

1
qa/tools/pcbnew_tools/tools/pcb_parser/pcb_parser_tool.cpp

@ -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…
Cancel
Save