Fix header for std::pow

This commit is contained in:
Andrea Bontempi 2019-10-13 18:06:36 +02:00 committed by GitHub
parent d14209c382
commit 6fa0a59b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
#include <algorithm> #include <algorithm>
#include <cstdlib> #include <cstdlib>
#include <sstream> #include <sstream>
#include <cmath>
#include "implicant.h" #include "implicant.h"
/** /**