diff --git a/src/core/DatabaseIcons.h b/src/core/DatabaseIcons.h
index 2894351fa..76ca84d60 100644
--- a/src/core/DatabaseIcons.h
+++ b/src/core/DatabaseIcons.h
@@ -15,6 +15,9 @@
* along with this program. If not, see .
*/
+#ifndef KEEPASSX_DATABASEICONS_H
+#define KEEPASSX_DATABASEICONS_H
+
#include
#include
@@ -35,3 +38,5 @@ private:
QList m_indexToName;
QHash m_iconCache;
};
+
+#endif // KEEPASSX_DATABASEICONS_H