pathHelper: Only compile on win builds

This commit is contained in:
Greg Davill
2022-10-23 18:52:47 +10:30
parent 74ac8bba24
commit 53e72a944a
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -24,7 +24,9 @@
#include "xilinxMapParser.hpp"
#include "part.hpp"
#include "progressBar.hpp"
#if defined (_WIN64) || defined (_WIN32)
#include "pathHelper.hpp"
#endif
Xilinx::Xilinx(Jtag *jtag, const std::string &filename,
const std::string &file_type,