diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-09-18 18:00:18 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-09-18 18:00:18 +0200 |
| commit | bad2c7cf3111f1d11447785f13a2bb9890830e8e (patch) | |
| tree | f5c2f877a7cd02040c2c0b9c6d9f471442394e4e /tests/difficulty/difficulty.cpp | |
| parent | 2371a814cf4b424d8a8d385fd01d54ec0e58e825 (diff) | |
| parent | e9bce045a44a34884e917babb103318c589df024 (diff) | |
| download | monzero-core-bad2c7cf3111f1d11447785f13a2bb9890830e8e.tar.gz monzero-core-bad2c7cf3111f1d11447785f13a2bb9890830e8e.tar.xz monzero-core-bad2c7cf3111f1d11447785f13a2bb9890830e8e.zip | |
Merge pull request #4391
e9bce045 Fix missing std::runtime_error def in difficulty.cpp (Howard Chu)
Diffstat (limited to 'tests/difficulty/difficulty.cpp')
| -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" |
