From e93260a6b68279518270d0aec2c55f826375fa8a Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Wed, 16 Feb 2022 12:25:10 +0100 Subject: quotient_export.h: #include To ensure Q_DECL_EXPORT/Q_DECL_IMPORT macros are defined. --- lib/quotient_export.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/quotient_export.h b/lib/quotient_export.h index 5a6edb0e..56767443 100644 --- a/lib/quotient_export.h +++ b/lib/quotient_export.h @@ -3,6 +3,8 @@ #pragma once +#include + #ifdef QUOTIENT_STATIC # define QUOTIENT_API # define QUOTIENT_HIDDEN -- cgit v1.2.3