diff --git a/src/hydro/Default/hydro.h b/src/hydro/Default/hydro.h
index 97357f42662e886d16e3f990883a061fdf118f1c..466bc72757be625ab71c90003269823845733291 100644
--- a/src/hydro/Default/hydro.h
+++ b/src/hydro/Default/hydro.h
@@ -211,9 +211,12 @@ __attribute__((always_inline))
  * @brief Kick the additional variables
  *
  * @param p The particle to act upon
+ * @param xp The particle extended data to act upon
+ * @param dt The time-step for this kick
+ * @param half_dt The half time-step for this kick
  */
-__attribute__((always_inline))
-    INLINE static void hydro_kick_extra(struct part* p, float dt) {}
+__attribute__((always_inline)) INLINE static void hydro_kick_extra(
+    struct part* p, struct xpart* xp, float dt, float half_dt) { }
 
 /**
  * @brief Converts hydro quantity of a particle