#ifndef SLICER_TEST_HELPERS_H#define SLICER_TEST_HELPERS_H#include<string>#include<visibility.h>#include<filesystem>// These are just thin wrappers that throw exceptionsDLL_PUBLICvoiddiff(conststd::filesystem::path&left,conststd::filesystem::path&right);#endif