Fix missing std::runtime_error def in difficulty.cpp

pull/4391/head
Howard Chu 6 years ago
parent bb30a72367
commit e9bce045a4

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

Loading…
Cancel
Save