From 29cfb1c3de45d513b2bf339cac765ee5ae85ffbe Mon Sep 17 00:00:00 2001 From: AlexandreSinger Date: Tue, 20 Aug 2024 23:43:27 -0400 Subject: [PATCH] [Warnings] Added Missing Headers --- vpr/src/base/ShowSetup.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vpr/src/base/ShowSetup.h b/vpr/src/base/ShowSetup.h index 4abef99da81..2991a1f42fe 100644 --- a/vpr/src/base/ShowSetup.h +++ b/vpr/src/base/ShowSetup.h @@ -1,6 +1,13 @@ #ifndef SHOWSETUP_H #define SHOWSETUP_H +#include +#include +#include + +class t_logical_block_type; +class t_vpr_setup; + struct ClusteredNetlistStats { private: void writeHuman(std::ostream& output) const;