Skip to content

Add DeviceAdapterSerial.h to data set permuation test

Kenneth Moreland requested to merge kmorel/vtk-m:include-error into master

A recent change to the DeviceAdapter header includes the TBB device if available instead of the serial device. Thus, DeviceAdapterTagSerial was not defined automatically in all cases for the build of UnitTestDataSetPermutation. Add the header for that explicitly.

Merge request reports