Skip to content

Commit 34e2bc6

Browse files
committed
Fix compilation on macOS
1 parent 0b20db9 commit 34e2bc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/libarchfpga/src/read_xml_arch_file_noc_tag.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include <sstream>
12

23
#include "read_xml_arch_file_noc_tag.h"
34

vpr/src/base/vpr_types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <cmath>
2+
#include <sstream>
23
#include "vpr_types.h"
34
#include "globals.h"
45

0 commit comments

Comments
 (0)