mirror of
https://github.com/mii443/FINAL.git
synced 2025-08-22 15:05:36 +00:00
importint cassert in params.h to avoid compilation errors
This commit is contained in:
@ -6,6 +6,7 @@
|
||||
#include <vector>
|
||||
#include <stdexcept>
|
||||
#include <complex>
|
||||
#include <cassert>
|
||||
|
||||
using namespace NTL;
|
||||
|
||||
@ -330,4 +331,4 @@ inline void decompose(std::vector<int>& res, const int input, const int b, const
|
||||
throw std::overflow_error("Input is too big for given length\n");
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user