Fix missing std::runtime_error def in difficulty.cpp

pull/93/head
Howard Chu 6 years ago committed by wowario
parent 3da82f51bc
commit 177148468a
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

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

Loading…
Cancel
Save