pcbnew: Fix missing config.h from 9458ae8221

This commit is contained in:
Seth Hillbrand 2019-01-15 14:17:56 -08:00
parent 5433423377
commit f9f87b3ff8
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <functional>
#include <wx/time.h>
#include <config.h>
class BOARD;
class PLUGIN;
class MODULE;