Commit ace0933b authored by Anatoly Baksheev's avatar Anatoly Baksheev

fixed compilation (included ctime in precomp.hpp)

parent 58025c57
#include <list>
#include "precomp.hpp"
#include <q/interactor_style.h>
#include <vtkPolyData.h>
#include <vtkMapper.h>
#include <vtkPolyDataMapper.h>
#include <vtkPointData.h>
#include <vtkCellArray.h>
#include <vtkAppendPolyData.h>
#include <vtkTextProperty.h>
#include <vtkAbstractPicker.h>
#include <vtkAbstractPropPicker.h>
#include <vtkPlanes.h>
#include <vtkPointPicker.h>
#include <vtkMatrix4x4.h>
#include <vtkInteractorObserver.h>
#include <vtkCamera.h>
//#include <q/visualization/vtk/vtkVertexBufferObjectMapper.h>
......
......@@ -2,6 +2,8 @@
#include <opencv2/core.hpp>
#include <map>
#include <ctime>
#include <list>
#include <vector>
/*
......@@ -145,7 +147,7 @@
#include <vtkAbstractPicker.h>
#include <vtkAbstractPropPicker.h>
#include <vtkPointPicker.h>
#include <vtkMatrix4x4.h>
#include <vtkInteractorObserver.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment