commit 058a517049f7e64cde2f4b7dcfd2886b3cdfda9c
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Wed Aug 12 01:10:40 2015 +0200

    toooooo late

diff --git a/src/entityinstancefactory.cpp b/src/entityinstancefactory.cpp
index 350dba8..e642f76 100644
--- a/src/entityinstancefactory.cpp
+++ b/src/entityinstancefactory.cpp
@@ -17,6 +17,7 @@
 #include "entity.h"
 #include "entityhelper.h"
 #include <QMetaType>
+#include <QDebug>
 using namespace CuteEntityManager;
 
 QHash<QByteArray, EntityInstanceFactory::Constructor>
diff --git a/src/entityinstancefactory.h b/src/entityinstancefactory.h
index 2ab6ea0..5c3b268 100644
--- a/src/entityinstancefactory.h
+++ b/src/entityinstancefactory.h
@@ -18,7 +18,6 @@
 #include <QString>
 #include <QVariant>
 #include <QHash>
-
 namespace CuteEntityManager {
 class Entity;
 class EntityInstanceFactory {
