mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
add memory header
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4a94d13c4d
commit
ac0945d617
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "math/bigfix/u256.h"
|
||||
#include "math/bigfix/Hacl_Bignum256.h"
|
||||
#include <memory>
|
||||
|
||||
u256::u256(uint64_t n) {
|
||||
m_num[0] = n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue