mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-04 22:58:52 +00:00
Fix missing std::runtime_error def in difficulty.cpp
This commit is contained in:
parent
3da82f51bc
commit
177148468a
@ -34,6 +34,7 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <algorithm>
|
||||
#include <stdexcept>
|
||||
|
||||
#include "cryptonote_config.h"
|
||||
#include "cryptonote_basic/difficulty.h"
|
||||
|
Loading…
Reference in New Issue
Block a user