Skip to content

Commit

Permalink
[Warnings] Added Missing Headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSinger committed Aug 21, 2024
1 parent 0afbfd4 commit 29cfb1c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vpr/src/base/ShowSetup.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
#ifndef SHOWSETUP_H
#define SHOWSETUP_H

#include <ostream>
#include <string>
#include <vector>

class t_logical_block_type;
class t_vpr_setup;

struct ClusteredNetlistStats {
private:
void writeHuman(std::ostream& output) const;
Expand Down

0 comments on commit 29cfb1c

Please sign in to comment.