diff --git a/src/items/itemstore.cpp b/src/items/itemstore.cpp index a6f9842..4c156dc 100644 --- a/src/items/itemstore.cpp +++ b/src/items/itemstore.cpp @@ -1,5 +1,6 @@ #include "itemstore.h" #include +#include ItemStore::ItemStore(QObject *parent): QObject(parent) { @@ -64,3 +65,4 @@ void ItemStore::itemStateChanged(const ItemData& item) } } +