Fix build error on Linux/clang.

This commit is contained in:
Alex Shvartzkop 2024-04-14 00:37:44 +03:00
parent 76b7cdd128
commit c1dc4e1d47
1 changed files with 1 additions and 0 deletions

View File

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