diff options
Diffstat (limited to 'test/time_test.cpp')
-rw-r--r-- | test/time_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/time_test.cpp b/test/time_test.cpp index 69416cd..c6f3d77 100644 --- a/test/time_test.cpp +++ b/test/time_test.cpp @@ -16,6 +16,8 @@ #include "raul/TimeStamp.hpp" #include "raul/TimeSlice.hpp" + +#include <cstdint> #include <iostream> using namespace std; |