7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:01:44 +00:00

Fix GCC build error.

This commit is contained in:
Wayne Stambaugh 2022-09-09 09:17:26 -04:00
parent f2abf0832a
commit aeb429b088

View File

@ -27,6 +27,8 @@
#include <bitset>
#include <functional>
#include <wx/grid.h>
#include <wx/event.h>
#include <wx/menu.h>