Skip to content

Commit 29cfb1c

Browse files
[Warnings] Added Missing Headers
1 parent 0afbfd4 commit 29cfb1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vpr/src/base/ShowSetup.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
#ifndef SHOWSETUP_H
22
#define SHOWSETUP_H
33

4+
#include <ostream>
5+
#include <string>
6+
#include <vector>
7+
8+
class t_logical_block_type;
9+
class t_vpr_setup;
10+
411
struct ClusteredNetlistStats {
512
private:
613
void writeHuman(std::ostream& output) const;

0 commit comments

Comments
 (0)