Skip to content

Commit 9222f8e

Browse files
authored
Merge pull request #607 from Blebowski/fix-bitmanip-includes
Add missing RHEL8 includes
2 parents 7923c00 + 41a809f commit 9222f8e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/netlist/boolean_function.cpp

+1
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

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <sstream>
1010
#include <sys/stat.h>
1111
#include <sys/types.h>
12+
#include <iomanip>
1213

1314
#ifdef _WIN32
1415
#include <tchar.h>
@@ -729,4 +730,4 @@ permanent authorization for you to choose that version for the Library.
729730
}
730731

731732
} // namespace utils
732-
} // namespace hal
733+
} // namespace hal

0 commit comments

Comments
 (0)