From 23ce2d2e36ea30d4def349575631d9d37b8310f5 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Mon, 6 Jul 2020 19:47:07 -0400 Subject: [PATCH] Re-add missing include --- eeschema/connection_graph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index 3b09792749..e144e5b9d8 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -40,6 +40,8 @@ #include #include +#include // for realtime connectivity switch + bool CONNECTION_SUBGRAPH::ResolveDrivers( bool aCreateMarkers ) {