Salome HOME
The last memory leak hunting. All tests do not leak.
[modules/paravis.git] / src / Plugins / EllipseBuilder / vtkEllipseBuilderFilter.cxx
index 7b071e28dc866f868dadb192375bd8ac32711028..30e1d9771c96e006587e969d4eb57ba05a69a3f7 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,6 +18,7 @@
 
 #include "vtkEllipseBuilderFilter.h"
 
+#include <vtkObjectFactory.h>
 #include <vtkInformation.h>
 #include <vtkInformationVector.h>
 #include <vtkMultiBlockDataSet.h>