From 9171105b059aed4f8d060d25aab6962582a61b96 Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Thu, 5 Nov 2020 22:31:16 +0300 Subject: [PATCH] Build fixed --- common.pri | 2 +- limereport/scripteditor/lrscripthighlighter.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common.pri b/common.pri index 7c76d17..0e9d5d6 100644 --- a/common.pri +++ b/common.pri @@ -133,7 +133,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 5 -LIMEREPORT_VERSION_RELEASE = 72 +LIMEREPORT_VERSION_RELEASE = 73 LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}' DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\" diff --git a/limereport/scripteditor/lrscripthighlighter.h b/limereport/scripteditor/lrscripthighlighter.h index 0588ad4..86bee85 100644 --- a/limereport/scripteditor/lrscripthighlighter.h +++ b/limereport/scripteditor/lrscripthighlighter.h @@ -2,6 +2,7 @@ #define LRSCRIPTHIGHLIGHTER_H #include +#include namespace LimeReport{