diff --git a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin_data_p.h b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin_data_p.h
index d7af7f996..157023126 100644
--- a/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin_data_p.h
+++ b/src/libtomahawk/infosystem/infoplugins/generic/chartsplugin_data_p.h
@@ -16,6 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with Tomahawk. If not, see .
*/
+#ifndef CHARTSPLUGIN_DATA_P_H
+#define CHARTSPLUGIN_DATA_P_H
+
#include
#include
@@ -797,4 +800,6 @@ static QString fullCountryFromCode(const QString& countryCode)
}
}
-}
\ No newline at end of file
+}
+
+#endif