From 6a7458cba9b900db03a9f295c2b5ba33960d17b0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 13 May 2024 18:29:37 +0900 Subject: Fix FTBFS described in issue #25 Signed-off-by: Michele Calgaro (cherry picked from commit 4d735aa1f67364f0637f4a3186c942faafb56221) --- lib/pluginfactory.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/pluginfactory.h') diff --git a/lib/pluginfactory.h b/lib/pluginfactory.h index e9be090..b5f1fbc 100644 --- a/lib/pluginfactory.h +++ b/lib/pluginfactory.h @@ -32,12 +32,9 @@ #include #include -#include "options.h" - -/** @file Defines a template class for factories for KPilot's conduits. */ - -class KPilotLink; +#include +#include "options.h" /** Template class that defines a conduit's factory. */ -- cgit v1.2.3