// SPDX-License-Identifier: Apache-2.0 /* * Copyright (C) 2022 Greg Davill */ #if defined (_WIN64) || defined (_WIN32) #include class PathHelper{ public: static std::string absolutePath(std::string input_path); }; #endif