diff --git a/scripting/appletscript.h b/scripting/appletscript.h index ceea1c575..defdc8816 100644 --- a/scripting/appletscript.h +++ b/scripting/appletscript.h @@ -20,13 +20,16 @@ #ifndef PLASMA_APPLETSCRIPT_H #define PLASMA_APPLETSCRIPT_H -#include -#include #include #include #include +#include + +#include +#include + class QPainter; class QStyleOptionGraphicsItem; diff --git a/scripting/dataenginescript.h b/scripting/dataenginescript.h index 12acda753..bb38eb28e 100644 --- a/scripting/dataenginescript.h +++ b/scripting/dataenginescript.h @@ -20,6 +20,8 @@ #ifndef PLASMA_DATAENGINESCRIPT_H #define PLASMA_DATAENGINESCRIPT_H +#include + #include #include diff --git a/scripting/runnerscript.h b/scripting/runnerscript.h index 11fd9cedb..4def454e6 100644 --- a/scripting/runnerscript.h +++ b/scripting/runnerscript.h @@ -20,6 +20,8 @@ #ifndef PLASMA_RUNNERSCRIPT_H #define PLASMA_RUNNERSCRIPT_H +#include + #include #include