summaryrefslogtreecommitdiff
path: root/inc/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mm.h')
-rw-r--r--inc/mm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/mm.h b/inc/mm.h
index e9d04d5..5e2b029 100644
--- a/inc/mm.h
+++ b/inc/mm.h
@@ -1,5 +1,6 @@
#ifndef MM_H
#define MM_H
+#include "instrDTO.h"
#include "response.h"
#include "stage.h"
@@ -8,7 +9,7 @@ class MM : public Stage
public:
using Stage::Stage;
- Response advance();
+ Response advance(InstrDTO &i) override;
};
#endif /* MM_H_INCLUDED */