diff options
author | Howard Chu <hyc@symas.com> | 2018-09-16 19:35:07 +0000 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2018-09-16 19:35:07 +0000 |
commit | e9bce045a44a34884e917babb103318c589df024 (patch) | |
tree | 63245db84f503cda2c6b2a76ef748ecf7cc409cd /tests/difficulty | |
parent | Merge pull request #4381 (diff) | |
download | monero-e9bce045a44a34884e917babb103318c589df024.tar.xz |
Fix missing std::runtime_error def in difficulty.cpp
Diffstat (limited to 'tests/difficulty')
-rw-r--r-- | tests/difficulty/difficulty.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/difficulty/difficulty.cpp b/tests/difficulty/difficulty.cpp index 736a58237..996913a19 100644 --- a/tests/difficulty/difficulty.cpp +++ b/tests/difficulty/difficulty.cpp @@ -34,6 +34,7 @@ #include <iostream> #include <vector> #include <algorithm> +#include <stdexcept> #include "cryptonote_config.h" #include "cryptonote_basic/difficulty.h" |