Skip to content

Commit c622694

Browse files
committed
resolve comments
1 parent 5fb23b9 commit c622694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_mpt_utility.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "test_utils.h"
22

3-
#include <cassert>
3+
#include <cstring>
44
#include <iomanip>
55
#include <iostream>
66
#include <secp256k1_mpt.h>
@@ -368,4 +368,4 @@ main()
368368
std::cout << "\n[SUCCESS] All assertions passed!" << std::endl;
369369

370370
return 0;
371-
}
371+
}

0 commit comments

Comments
 (0)