From 92db129f16991b8e5b8870b08d96dcfe5749b926 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sat, 25 Feb 2023 19:44:32 +0100 Subject: compilation on windows. --- src/libparser/node/executionnode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libparser/node/executionnode.h') diff --git a/src/libparser/node/executionnode.h b/src/libparser/node/executionnode.h index 55b741a..64cc2da 100644 --- a/src/libparser/node/executionnode.h +++ b/src/libparser/node/executionnode.h @@ -2,13 +2,14 @@ #define EXECUTIONNODE_H #include "result/result.h" +#include #include #include /** * @brief The ExecutionNode class */ -class ExecutionNode +class DICEPARSER_EXPORT ExecutionNode { Q_DECLARE_TR_FUNCTIONS(ExecutionNode) public: -- cgit v1.2.3-70-g09d2