summaryrefslogtreecommitdiffstats
path: root/src/common-lib/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-lib/global.h')
-rw-r--r--src/common-lib/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-lib/global.h b/src/common-lib/global.h
index 62ff6989..8b5afe29 100644
--- a/src/common-lib/global.h
+++ b/src/common-lib/global.h
@@ -30,7 +30,8 @@
****************************************************************************/
#pragma once
-#include <qglobal.h>
+#include <QtCore/qglobal.h>
+#include <QtAppManCommon/qtappman_common-config.h>
#define QT_BEGIN_NAMESPACE_AM namespace QtAM {
#define QT_END_NAMESPACE_AM }