diff options
Diffstat (limited to 'raul/TimeStamp.hpp')
-rw-r--r-- | raul/TimeStamp.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp index ef0df5d..dbbc163 100644 --- a/raul/TimeStamp.hpp +++ b/raul/TimeStamp.hpp @@ -17,10 +17,9 @@ #ifndef RAUL_TIME_STAMP_HPP #define RAUL_TIME_STAMP_HPP -#include <math.h> -#include <stdint.h> - #include <cassert> +#include <cmath> +#include <cstdint> #include <iostream> #include <limits> |