From c1dc4e1d47b3019bb350c148f3b6f994f74dafc4 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sun, 14 Apr 2024 00:37:44 +0300 Subject: [PATCH] Fix build error on Linux/clang. --- include/widgets/grid_text_helpers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/widgets/grid_text_helpers.h b/include/widgets/grid_text_helpers.h index 2813aee4da..705a1bbdca 100644 --- a/include/widgets/grid_text_helpers.h +++ b/include/widgets/grid_text_helpers.h @@ -22,6 +22,7 @@ #define KICAD_GRID_TEXT_HELPERS_H #include +#include #include class wxGrid;