From 9066165792fb0e6208318e3592bf84a8b585e89b Mon Sep 17 00:00:00 2001
From: Seth Hillbrand <seth@kipro-pcb.com>
Date: Tue, 5 Oct 2021 19:44:35 -0700
Subject: [PATCH] Fix compile error on Mac

---
 common/widgets/gal_options_panel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/widgets/gal_options_panel.cpp b/common/widgets/gal_options_panel.cpp
index 057b27690a..8319f89d3e 100644
--- a/common/widgets/gal_options_panel.cpp
+++ b/common/widgets/gal_options_panel.cpp
@@ -30,6 +30,7 @@
 #include <wx/stattext.h>
 #include <wx/statbox.h>
 
+#include <ignore.h>
 #include <widgets/gal_options_panel.h>
 #include <eda_draw_frame.h>