Skip to content

Commit 03d47db

Browse files
committed
Add missing <stdexcept> header for std::invalid_argument
1 parent dd789fe commit 03d47db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/crypto/equihash.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
#include <cstring>
1515
#include <exception>
16+
#include <stdexcept>
1617
#include <functional>
1718
#include <memory>
1819
#include <set>

0 commit comments

Comments
 (0)