diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:13:07 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-08-07 15:13:07 +0200 |
commit | ea46a5527a26eab8dbf664396c8186031b7d50b3 (patch) | |
tree | 89bdc857790b852a1a3964292a69dd77de310c0a /src/cryptonote_core | |
parent | Merge pull request #2230 (diff) | |
parent | some include cleanup (diff) | |
download | monero-ea46a5527a26eab8dbf664396c8186031b7d50b3.tar.xz |
Merge pull request #2234
214fd81e some include cleanup (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_core')
-rw-r--r-- | src/cryptonote_core/cryptonote_tx_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_tx_utils.h b/src/cryptonote_core/cryptonote_tx_utils.h index 933070e1e..7aa7c280d 100644 --- a/src/cryptonote_core/cryptonote_tx_utils.h +++ b/src/cryptonote_core/cryptonote_tx_utils.h @@ -32,6 +32,7 @@ #include "cryptonote_basic/cryptonote_format_utils.h" #include <boost/serialization/vector.hpp> #include <boost/serialization/utility.hpp> +#include "ringct/rctOps.h" namespace cryptonote { |