diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc b/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc
index 85ba633591e..ecbd89be571 100644
--- a/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc
+++ b/Polyhedron/demo/Polyhedron/Polyhedron_3.qrc
@@ -47,6 +47,7 @@
resources/euler_facet.png
resources/euler_vertex.png
javascript/lib.js
+ resources/shader_c3t3_tets.v
resources/rotate_around_cursor.png
diff --git a/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp b/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
index 0c8736c7fc9..fcfc15db00d 100644
--- a/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
+++ b/Polyhedron/demo/Polyhedron/Scene_c3t3_item.cpp
@@ -9,6 +9,9 @@
#include
#include
#include
+#include
+#include
+#include
#include