diff --git a/Tupfile b/Tupfile index acda183..18bf392 100644 --- a/Tupfile +++ b/Tupfile @@ -1,5 +1,5 @@ CXX = g++ -CXXFLAGS = -pedantic -std=c++17 -Wall -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option +CXXFLAGS = -pedantic -std=c++17 -Wall -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type CPPFLAGS = LDFLAGS = LIBS = -lgmpxx -lgmp diff --git a/src/register.hpp b/src/register.hpp index 5b081b7..5acf69c 100644 --- a/src/register.hpp +++ b/src/register.hpp @@ -3,6 +3,7 @@ #include #include #include +#include using Register = mpz_class; using RegIndex = uint16_t;