Merge pull request #4391

e9bce045 Fix missing std::runtime_error def in difficulty.cpp (Howard Chu)
This commit is contained in:
Riccardo Spagni 2018-09-18 18:00:18 +02:00
commit bad2c7cf31
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
#include <iostream>
#include <vector>
#include <algorithm>
#include <stdexcept>
#include "cryptonote_config.h"
#include "cryptonote_basic/difficulty.h"