Fix include for non-OSX platforms.

This commit is contained in:
Jeff Young 2023-02-22 09:53:08 +00:00
parent a126d961d8
commit ce25850ffd
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#ifndef KICAD_GRID_TEXT_HELPERS_H
#define KICAD_GRID_TEXT_HELPERS_H
#include <functional>
#include <wx/generic/gridctrl.h>
class wxGrid;