From 2cdd53c316e6ec0f5dcaa0529fb5cec7d3f48c52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 3 Oct 2021 12:37:58 +0200 Subject: [PATCH] Replace forward declaration with import --- YACReader/yacreader_local_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReader/yacreader_local_client.h b/YACReader/yacreader_local_client.h index 1f4f08e7..b683d694 100644 --- a/YACReader/yacreader_local_client.h +++ b/YACReader/yacreader_local_client.h @@ -2,11 +2,11 @@ #define YACREADER_LOCAL_CLIENT_H #include "yacreader_global.h" +#include "comic_db.h" #include class QLocalSocket; -class ComicDB; class YACReaderLocalClient : public QObject {