Add forward declarations in pcb_grid_helper.h
(cherry pick of part of commit 0f781f328e
)
This commit is contained in:
parent
86ec36d183
commit
81ebb1030a
|
@ -31,6 +31,8 @@
|
||||||
#include <tool/grid_helper.h>
|
#include <tool/grid_helper.h>
|
||||||
|
|
||||||
class TOOL_MANAGER;
|
class TOOL_MANAGER;
|
||||||
|
struct MAGNETIC_SETTINGS;
|
||||||
|
struct SELECTION_FILTER_OPTIONS;
|
||||||
|
|
||||||
class PCB_GRID_HELPER : public GRID_HELPER
|
class PCB_GRID_HELPER : public GRID_HELPER
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue