Fix include for non-Mac platforms.

This commit is contained in:
Jeff Young 2022-10-12 00:37:19 +01:00
parent e02c05d38f
commit 971cbfa2ed
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#ifndef KICAD_WX_GRID_H
#define KICAD_WX_GRID_H
#include <vector>
#include <wx/event.h>
#include <wx/grid.h>
#include <wx/version.h>