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

This commit is contained in:
Zachary Hill 2018-02-28 04:15:29 -06:00 committed by Scott Lahteine
parent 24b9c1923f
commit c22f8dd660
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -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