Get duration_t in printcounter.h for its clients (#9843)

2.0.x
Zachary Hill 7 years ago committed by Scott Lahteine
parent 24b9c1923f
commit c22f8dd660

@ -27,7 +27,6 @@
#include "printcounter.h"
#include "../Marlin.h"
#include "../libs/duration_t.h"
PrintCounter::PrintCounter(): super() {
this->loadStats();

@ -25,6 +25,7 @@
#include "../inc/MarlinConfig.h"
#include "../libs/stopwatch.h"
#include "../libs/duration_t.h"
// Print debug messages with M111 S2
//#define DEBUG_PRINTCOUNTER

Loading…
Cancel
Save