Add forward declarations in pcb_grid_helper.h

(cherry pick of part of commit 0f781f328e)
This commit is contained in:
John Beard 2023-09-10 00:45:32 +01:00
parent 86ec36d183
commit 81ebb1030a
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@
#include <tool/grid_helper.h>
class TOOL_MANAGER;
struct MAGNETIC_SETTINGS;
struct SELECTION_FILTER_OPTIONS;
class PCB_GRID_HELPER : public GRID_HELPER
{