From 885dc2297a8d6aa89bc6f3a83687a8b254fb324d Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr" Date: Fri, 1 May 2020 14:23:04 -0700 Subject: [PATCH] core: add missing includes --- src/core/model/show-progress.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/model/show-progress.h b/src/core/model/show-progress.h index e6695625a..744d1bd97 100644 --- a/src/core/model/show-progress.h +++ b/src/core/model/show-progress.h @@ -31,8 +31,10 @@ #include +#include "event-id.h" #include "nstime.h" #include "system-wall-clock-ms.h" +#include "time-printer.h" namespace ns3 {