Skip to content

Win32RenderWindowInteractor: Fix mingw build

Julien Schueller requested to merge jschueller/vtk:mingw into master

!11811 (merged) added the following line to vtkWin32RenderWindowInteractor.h:

std::map<int, std::unique_ptr<TimerContext>> TimerContextMap;

The <memory> header is needed on mingw for this line to compile.

/cc @michael.migliore

Edited by David Gobbi

Merge request reports

Loading