File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111#include " power_overwhelming/adl_sensor.h"
1212#include " power_overwhelming/emi_sensor.h"
1313#include " power_overwhelming/collector.h"
14+ #include " power_overwhelming/convert_string.h"
1415#include " power_overwhelming/nvml_sensor.h"
1516#include " power_overwhelming/hmc8015_sensor.h"
1617#include " power_overwhelming/tinkerforge_sensor.h"
@@ -59,7 +60,7 @@ void visus::power_overwhelming::detail::collector_impl::apply(
5960#if defined(_WIN32)
6061 this ->stream = std::wofstream (output_path, std::ofstream::trunc);
6162#else /* defined(_WIN32) */
62- auto p = convert_string<char >(output_path);
63+ auto p = power_overwhelming:: convert_string<char >(output_path);
6364 this ->stream = std::wofstream (p, std::ofstream::trunc);
6465#endif /* defined(_WIN32) */
6566
You can’t perform that action at this time.
0 commit comments