aboutsummaryrefslogtreecommitdiffstats
path: root/TestHelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'TestHelper.h')
-rw-r--r--TestHelper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/TestHelper.h b/TestHelper.h
index c4dde1a6..6f9143c5 100644
--- a/TestHelper.h
+++ b/TestHelper.h
@@ -22,7 +22,9 @@
#pragma once
#include <functional>
+
#include <boost/test/unit_test.hpp>
+
#include "JsonSpiritHeaders.h"
#include <libethereum/State.h>
#include <libevm/ExtVMFace.h>
@@ -52,7 +54,7 @@ public:
void importEnv(json_spirit::mObject& _o);
void importState(json_spirit::mObject& _o, eth::State& _state);
void importTransaction(json_spirit::mObject& _o);
- void exportTest(bytes _output, eth::State& _statePost);
+ void exportTest(bytes const& _output, eth::State const& _statePost);
eth::State m_statePre;
eth::State m_statePost;