Open mzhouURI opened 5 months ago
Describe the bug uint64_t type didn't found during compile. The problem is in the Sample.h file.
To Reproduce Steps to reproduce the behavior:
fix Adding #include <cstdint> in /stonefish/Library/include/sensors/Sample.h will solve the problem.
#include <cstdint>
/stonefish/Library/include/sensors/Sample.h
Describe the bug uint64_t type didn't found during compile. The problem is in the Sample.h file.
To Reproduce Steps to reproduce the behavior:
fix Adding
#include <cstdint>
in/stonefish/Library/include/sensors/Sample.h
will solve the problem.