diff options
| author | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
|---|---|---|
| committer | Martijn Otto <git@martijnotto.nl> | 2018-11-15 17:29:34 +0100 |
| commit | bd98e99c8095cf05c4d3282c888a87745ad1c559 (patch) | |
| tree | 2025c8317dad74ef839fa4e3b20b2534d65f321f /src/wallet/ringdb.cpp | |
| parent | 8534f71eedbb421ca3e961c5adc96e5048c4e685 (diff) | |
| download | monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.gz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.tar.xz monzero-core-bd98e99c8095cf05c4d3282c888a87745ad1c559.zip | |
Removed a lot of unnecessary includes
Diffstat (limited to 'src/wallet/ringdb.cpp')
| -rw-r--r-- | src/wallet/ringdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/ringdb.cpp b/src/wallet/ringdb.cpp index f562d6c06..b69022af4 100644 --- a/src/wallet/ringdb.cpp +++ b/src/wallet/ringdb.cpp @@ -30,6 +30,7 @@ #include <boost/algorithm/string.hpp> #include <boost/range/adaptor/transformed.hpp> #include <boost/filesystem.hpp> +#include "common/util.h" #include "misc_log_ex.h" #include "misc_language.h" #include "wallet_errors.h" |
