File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ config.mk: config.mk.in
66
66
67
67
libchecktestdata.o : config.mk
68
68
libchecktestdata.o : $(PARSER_GEN )
69
- libchecktestdata.o : % .o: % .cc % .hpp databuffer.hpp parser.h
69
+ libchecktestdata.o : % .o: % .cc % .hpp databuffer.hpp bigint.hpp parser.h
70
70
71
71
checktestdata : CPPFLAGS += $(BOOST_CPPFLAGS )
72
72
checktestdata : LDFLAGS += $(BOOST_LDFLAGS ) $(STATIC_LINK_START ) $(LIBGMPXX ) $(STATIC_LINK_END )
Original file line number Diff line number Diff line change 5
5
#error "This code requires the __builtin_*_overflow compiler builtin functions."
6
6
#endif
7
7
8
+ #include < gmpxx.h>
9
+
8
10
/* *
9
11
* Wrapper around gmp's mpz_class, with a fast path for values that fit in a long.
10
12
*/
Original file line number Diff line number Diff line change 31
31
#include " parser.h"
32
32
#include " libchecktestdata.hpp"
33
33
#include " databuffer.hpp"
34
+ #include " bigint.hpp"
34
35
35
36
using namespace std ;
36
37
You can’t perform that action at this time.
0 commit comments