Skip to content

Commit

Permalink
Merge pull request monero-project#4391
Browse files Browse the repository at this point in the history
e9bce04 Fix missing std::runtime_error def in difficulty.cpp (Howard Chu)
  • Loading branch information
fluffypony committed Sep 18, 2018
2 parents 2371a81 + e9bce04 commit bad2c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/difficulty/difficulty.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <iostream>
#include <vector>
#include <algorithm>
#include <stdexcept>

#include "cryptonote_config.h"
#include "cryptonote_basic/difficulty.h"
Expand Down

0 comments on commit bad2c7c

Please sign in to comment.