From 1ffa6765097a05efff77fb5e2b4f6ffedde620ee Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 29 May 2017 14:42:57 +0200 Subject: [PATCH] Fix after rebase --- .../demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp index 777a1819794..7c9b52e2ef5 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PCA/Basic_generator_plugin.cpp @@ -12,7 +12,7 @@ #include "Scene_polyhedron_item.h" #include "Scene_points_with_normal_item.h" #include "Scene_polylines_item.h" -#include +#include #include #include "ui_Basic_generator_widget.h"