diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 12:25:10 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-02-16 17:58:17 +0100 |
commit | e93260a6b68279518270d0aec2c55f826375fa8a (patch) | |
tree | 7e12cebdf5e5d7ca1228d30fb950ab9951cb3c7d | |
parent | ba2dc2a1aa23c91a52bcd0d9f3feb29ea9ecfcd2 (diff) | |
download | libquotient-e93260a6b68279518270d0aec2c55f826375fa8a.tar.gz libquotient-e93260a6b68279518270d0aec2c55f826375fa8a.zip |
quotient_export.h: #include <qglobal.h>
To ensure Q_DECL_EXPORT/Q_DECL_IMPORT macros are defined.
-rw-r--r-- | lib/quotient_export.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <QtCore/qglobal.h> + #ifdef QUOTIENT_STATIC # define QUOTIENT_API # define QUOTIENT_HIDDEN |