diff options
Diffstat (limited to 'raul')
-rw-r--r-- | raul/TimeStamp.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/TimeStamp.hpp b/raul/TimeStamp.hpp index eabddec..34992c9 100644 --- a/raul/TimeStamp.hpp +++ b/raul/TimeStamp.hpp @@ -17,6 +17,7 @@ #ifndef RAUL_TIMESTAMP_HPP #define RAUL_TIMESTAMP_HPP +#include <algorithm> #include <cassert> #include <cmath> #include <cstdint> |