pfpacket / Quine-McCluskey

Simplifier of logical functions using Quine-McCluskey algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing <numeric> include in quine_mcclusky.cpp

JoD opened this issue · comments

Please add #include <numeric> in quine_mcclusky.cpp, since otherwise it does not compile.