Fix missing include

This commit is contained in:
Jon Evans 2020-05-24 10:55:37 -04:00
parent 1e69f592f6
commit 4a8d5a2e6c
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <sch_edit_frame.h>
#include <sch_reference_list.h>
#include <symbol_lib_table.h>
#include <schematic.h>
#ifdef KICAD_SPICE
#include <dialog_spice_model.h>