0001-cmath-include.patch 365 B

123456789101112
  1. diff --git a/gfasysinfo/src/procfile.cpp b/gfasysinfo/src/procfile.cpp
  2. index 1f7fb88..8f375c9 100644
  3. --- a/gfasysinfo/src/procfile.cpp
  4. +++ b/gfasysinfo/src/procfile.cpp
  5. @@ -4,6 +4,7 @@
  6. #include <fstream>
  7. #include <sstream>
  8. #include <regex>
  9. +#include <cmath>
  10. #include "procfile.h"
  11. /////////////////////////////////////////////////////////////////////////////