Skip to content

Commit bf769a2

Browse files
hzellerlitghost
authored andcommitted
Fix missing #include <string>
Signed-off-by: Henner Zeller <[email protected]>
1 parent f2a82c0 commit bf769a2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

vpr/src/route/connection_box.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
// This class relates IPIN rr nodes with connection box type and locations, used
55
// for connection box driven map lookahead.
66

7+
#include <map>
8+
#include <string>
79
#include <tuple>
8-
#include "vtr_strong_id.h"
10+
911
#include "vtr_flat_map.h"
1012
#include "vtr_range.h"
11-
#include <map>
13+
#include "vtr_strong_id.h"
1214

1315
struct connection_box_tag {};
1416
typedef vtr::StrongId<connection_box_tag> ConnectionBoxId;

0 commit comments

Comments
 (0)