From 182872c760d437556d606cc02c6b7c570667a715 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Sep 2025 21:50:40 +0200 Subject: Add children --- QSThingsPlugin/Parsers/QSThingsAreasParser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'QSThingsPlugin/Parsers/QSThingsAreasParser.h') diff --git a/QSThingsPlugin/Parsers/QSThingsAreasParser.h b/QSThingsPlugin/Parsers/QSThingsAreasParser.h index 74f829b..25601b7 100644 --- a/QSThingsPlugin/Parsers/QSThingsAreasParser.h +++ b/QSThingsPlugin/Parsers/QSThingsAreasParser.h @@ -1,3 +1,7 @@ +#import "Constants.h" +#import "SQLHelper.h" +#import "ObjectHelper.h" + @interface QSThingsAreasParser : QSParser { } -- cgit