Win32RenderWindowInteractor: Fix mingw build
!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.
Edited by David Gobbi