diff --git a/Modules/Core/Common/src/otbStopwatch.cxx b/Modules/Core/Common/src/otbStopwatch.cxx
index ba3a8174afef3a53a010bd810fce4755f4703980..5c45c48335170e07bcd14bd328d95724a5a73040 100644
--- a/Modules/Core/Common/src/otbStopwatch.cxx
+++ b/Modules/Core/Common/src/otbStopwatch.cxx
@@ -27,7 +27,7 @@ namespace otb
 
 Stopwatch
 ::Stopwatch()
-    : m_ElapsedMilliseconds(), m_IsRunning()
+  : m_StartTime(), m_ElapsedMilliseconds(), m_IsRunning()
 {
 }