commit 9b393ad406af7f5713c4b8005e3f422253e00196
Author: Christian Ehringfeld <c.ehringfeld@t-online.de>
Date:   Fri Mar 25 18:13:33 2016 +0100

    fix

diff --git a/samples/example/models/person.h b/samples/example/models/person.h
index e5c4cd4..fb3fde9 100644
--- a/samples/example/models/person.h
+++ b/samples/example/models/person.h
@@ -7,7 +7,7 @@
 #include <QObject>
 #include <QAbstractListModel>
 #include <QDebug>
-#include "../../entitymanager/src/entity.h"
+#include "entity.h"
 
 using namespace CuteEntityManager;
 class Group;
