1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

Fix missing std::runtime_error def in difficulty.cpp

This commit is contained in:
Howard Chu 2018-09-16 19:35:07 +00:00
parent bb30a72367
commit e9bce045a4

View file

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