We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0223dc commit 056db8aCopy full SHA for 056db8a
vpr/src/base/partition.h
@@ -1,6 +1,8 @@
1
#ifndef PARTITION_H
2
#define PARTITION_H
3
4
+#include <string>
5
+
6
#include "vtr_strong_id.h"
7
#include "region.h"
8
#include "atom_netlist_fwd.h"
vpr/src/route/rr_graph_indexed_data.cpp
@@ -1,6 +1,7 @@
#include <cmath> /* Needed only for sqrt call (remove if sqrt removed) */
#include <fstream>
#include <iomanip>
+#include <sstream>
#include "vtr_assert.h"
#include "vtr_log.h"
0 commit comments