From 8e3e592ec6a3b39835e540766774025e3f34c590 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 26 May 2014 12:26:08 +0200 Subject: Add missing files. --- Assembly.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Assembly.h') diff --git a/Assembly.h b/Assembly.h index cbce3ca8..ca3beaf5 100644 --- a/Assembly.h +++ b/Assembly.h @@ -46,6 +46,8 @@ public: AssemblyItemType type() const { return m_type; } u256 data() const { return m_data; } + std::ostream& streamOut(std::ostream& _out) const; + private: AssemblyItemType m_type; u256 m_data; -- cgit v1.2.3