diff --git a/src/main/java/org/stellar/sdk/Memo.java b/src/main/java/org/stellar/sdk/Memo.java index b0a5f9f35..a4aeab1c1 100644 --- a/src/main/java/org/stellar/sdk/Memo.java +++ b/src/main/java/org/stellar/sdk/Memo.java @@ -2,6 +2,8 @@ import com.google.common.io.BaseEncoding; +import java.nio.charset.Charset; + /** *

The memo contains optional extra information. It is the responsibility of the client to interpret this value. Memos can be one of the following types:

*