Skip to content

Commit 41a809f

Browse files
author
ondrej.ille
committed
add missing RHEL8 includes
1 parent 50b6764 commit 41a809f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/netlist/boolean_function.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <boost/spirit/home/x3.hpp>
1212
#include <chrono>
1313
#include <map>
14+
#include <iomanip>
1415

1516
namespace hal
1617
{

src/utilities/utils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <sstream>
99
#include <sys/stat.h>
1010
#include <sys/types.h>
11+
#include <iomanip>
1112

1213
#ifdef _WIN32
1314
#include <tchar.h>
@@ -720,4 +721,4 @@ permanent authorization for you to choose that version for the Library.
720721
}
721722

722723
} // namespace utils
723-
} // namespace hal
724+
} // namespace hal

0 commit comments

Comments
 (0)