7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 13:31:42 +00:00

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

View File

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