Fixed build.
This commit is contained in:
2
Tupfile
2
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
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include <cstdint>
|
||||
#include <gmpxx.h>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
using Register = mpz_class;
|
||||
using RegIndex = uint16_t;
|
||||
|
||||
Reference in New Issue
Block a user