Skip to content

Commit 1772b1c

Browse files
committed
Fix missing cmath header
1 parent 0f128de commit 1772b1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vpr/SRC/base/place_and_route.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <ctime>
55
#include <climits>
66
#include <cstdlib>
7+
#include <cmath>
78
using namespace std;
89

910
#include "vtr_util.h"

0 commit comments

Comments
 (0)