From a5d75fec0914158ffc5cf8762945b6358084317a Mon Sep 17 00:00:00 2001 From: andrey Date: Thu, 16 Jul 2020 13:05:49 +0300 Subject: [PATCH] includes --- qad/utils/qad_locations.cpp | 1 + qad/utils/qad_locations.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/qad/utils/qad_locations.cpp b/qad/utils/qad_locations.cpp index bcc9d6e..54e3e32 100644 --- a/qad/utils/qad_locations.cpp +++ b/qad/utils/qad_locations.cpp @@ -3,6 +3,7 @@ #include #include #include +#include #if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0) # include #else diff --git a/qad/utils/qad_locations.h b/qad/utils/qad_locations.h index 48fdfc1..3168b18 100644 --- a/qad/utils/qad_locations.h +++ b/qad/utils/qad_locations.h @@ -21,7 +21,7 @@ #define QAD_LOCATIONS_H #include "qad_export.h" -#include +#include namespace QAD {