diff --git a/src/plugins/coreplugin/actionmanager/actioncontainer.h b/src/plugins/coreplugin/actionmanager/actioncontainer.h
index 41807587a9667f9e3de8d85cf671ca7632438fe2..cccce7ed208b52df5a2625b6ad05cf12ad88634b 100644
--- a/src/plugins/coreplugin/actionmanager/actioncontainer.h
+++ b/src/plugins/coreplugin/actionmanager/actioncontainer.h
@@ -30,6 +30,7 @@
 #ifndef ACTIONCONTAINER_H
 #define ACTIONCONTAINER_H
 
+#include "coreplugin/core_global.h"
 #include "coreplugin/icontext.h"
 
 #include <QObject>
@@ -44,7 +45,7 @@ namespace Core {
 
 class Command;
 
-class ActionContainer : public QObject
+class CORE_EXPORT ActionContainer : public QObject
 {
     Q_OBJECT