Skip to content

Commit 2a886b3

Browse files
authored
Import stdint in cpp file (#411)
1 parent dd4cf3b commit 2a886b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anonlink/solving/_multiparty_solving_inner.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <cassert>
33
#include <unordered_map>
44
#include <vector>
5+
#include <stdint.h>
56
#include "_multiparty_solving_inner.h"
67

78
namespace {

0 commit comments

Comments
 (0)