Skip to content

Commit c2c6195

Browse files
authored
Merge pull request #562 from emsec/fix/macos-build
Fix macOS build
2 parents d545228 + f0756f6 commit c2c6195

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/netlist/boolean_function/parser_standard.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <boost/fusion/sequence/intrinsic/at_c.hpp>
66
#include <boost/spirit/home/x3.hpp>
77

8+
#include <sstream>
9+
810
namespace hal
911
{
1012
namespace BooleanFunctionParser

src/netlist/boolean_function/simplification_abc.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <boost/spirit/home/x3.hpp>
66
#include <mutex>
77
#include <string.h>
8+
#include <sstream>
89

910
extern "C" {
1011
////////////////////////////////////////////////////////////////////////////

src/netlist/boolean_function/types.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <boost/spirit/home/x3.hpp>
44
#include <mutex>
55
#include <numeric>
6+
#include <sstream>
67

78
namespace hal
89
{

0 commit comments

Comments
 (0)