Skip to content

Commit

Permalink
Merge pull request #7 from bluebandit21/fix/missing_cstdint_include
Browse files Browse the repository at this point in the history
Add missing <cstdint> include to bdd.hpp
  • Loading branch information
luigicapogrosso authored Mar 26, 2024
2 parents 53397b3 + 36d861b commit 52f968b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bdd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <set>
#include <string>
#include <unordered_map>
#include <cstdint>

class BDD
{
Expand Down

0 comments on commit 52f968b

Please sign in to comment.