diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-11-18 10:17:24 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-12-04 15:14:29 +0000 |
commit | ec1a62b50dedb65f14db30dbafb1035018cf3421 (patch) | |
tree | 8c009bb87bded56240a2a7c4eff6a0ab14b44ae5 /src/mnemonics/electrum-words.cpp | |
parent | Merge pull request #4872 (diff) | |
download | monero-ec1a62b50dedb65f14db30dbafb1035018cf3421.tar.xz |
move int-util.h to epee
Diffstat (limited to '')
-rw-r--r-- | src/mnemonics/electrum-words.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mnemonics/electrum-words.cpp b/src/mnemonics/electrum-words.cpp index e6d2a6b76..b1e3bdcd5 100644 --- a/src/mnemonics/electrum-words.cpp +++ b/src/mnemonics/electrum-words.cpp @@ -42,7 +42,7 @@ #include <unordered_map> #include "wipeable_string.h" #include "misc_language.h" -#include "common/int-util.h" +#include "int-util.h" #include "mnemonics/electrum-words.h" #include <boost/crc.hpp> |