Skip to content

Commit 056db8a

Browse files
committed
Add missing includes.
Signed-off-by: Henner Zeller <[email protected]>
1 parent b0223dc commit 056db8a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

vpr/src/base/partition.h

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

4+
#include <string>
5+
46
#include "vtr_strong_id.h"
57
#include "region.h"
68
#include "atom_netlist_fwd.h"

vpr/src/route/rr_graph_indexed_data.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <cmath> /* Needed only for sqrt call (remove if sqrt removed) */
22
#include <fstream>
33
#include <iomanip>
4+
#include <sstream>
45

56
#include "vtr_assert.h"
67
#include "vtr_log.h"

0 commit comments

Comments
 (0)