diff --git a/corsika/modules/writers/TrackWriterParquet.hpp b/corsika/modules/writers/TrackWriterParquet.hpp
index 7caf90558b2ae0fc5c1cc13ca38b7d009e70b335..8473cbf7f4a17c649ddae2f5b20ffaf7dc400616 100644
--- a/corsika/modules/writers/TrackWriterParquet.hpp
+++ b/corsika/modules/writers/TrackWriterParquet.hpp
@@ -49,8 +49,8 @@ namespace corsika {
      * Write a track to the file.
      */
     void write(Code const& pid, units::si::HEPEnergyType const& energy,
-               QuantityVector<length_d> const& start,
-               QuantityVector<length_d> const& end);
+               QuantityVector<length_d> const& start, TimeType const& t_start,
+               QuantityVector<length_d> const& end, TimeType const& t_end);
 
   private:
     ParquetStreamer output_; ///< The primary output file.