From c7d2440699f4ec469e243b705a659c7297073696 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 22 Mar 2021 17:42:54 -0400 Subject: [PATCH] Eeschema: fix build issue when spice simulator build is disabled. Fixes https://gitlab.com/kicad/code/kicad/issues/7996 --- eeschema/schematic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/schematic.cpp b/eeschema/schematic.cpp index f4898e3881..78ff2d827c 100644 --- a/eeschema/schematic.cpp +++ b/eeschema/schematic.cpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include SCHEMATIC::SCHEMATIC( PROJECT* aPrj ) :