Skip to content

COMP: TestPDFTransformedTest missing include tuple.

Bill Lorensen requested to merge lorensen/vtk:Bug_TestPDFTransformedTest into master

On some platformas, the use of std::tie requires the include file . For example, the c++ compiler version 4.8.4 on Ubuntu 14.04 failed to compile. Since this test is only invoked if ghostscript is present, it is possible that other test platforms may fail to compile if a configuration changes.

Merge request reports