From a2735f6da4d2ee7afe85d209fd7d15a75e5e367b Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Mon, 7 Jun 2021 11:33:08 +0200 Subject: [PATCH] missing include shot qt --- wrap/qt/shot_qt.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wrap/qt/shot_qt.h b/wrap/qt/shot_qt.h index e2dc32e4..e9ca0a6c 100644 --- a/wrap/qt/shot_qt.h +++ b/wrap/qt/shot_qt.h @@ -1,6 +1,10 @@ #ifndef SHOT_QT_H #define SHOT_QT_H +#include +#include + +#include /** This function read a shot from a parsed XML node.