From 96fe5aa1c1b5d1cc85705d501de52704709c013b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Tue, 6 Oct 2020 13:56:50 -0400 Subject: [PATCH] Make older systems happy by making sure shared_ptr is available --- src/mainwindow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.h b/src/mainwindow.h index f1928d8..fab7567 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -3,6 +3,7 @@ #include "precompiled.h" #include "logger.h" +#include // Forward declare to break circular dependency. class RPC;