diff --git a/mission/utility/Timestamp.cpp b/mission/utility/Timestamp.cpp index d63f6173..36ddf4d8 100644 --- a/mission/utility/Timestamp.cpp +++ b/mission/utility/Timestamp.cpp @@ -1,5 +1,5 @@ #include "Timestamp.h" -#include "fsfw/serviceinterface/ServiceInterfacestream.h" +#include "fsfw/serviceinterface/ServiceInterfaceStream.h" Timestamp::Timestamp() { ReturnValue_t result = Clock::getDateAndTime(&time);