From 457b97f3ec67be05a69d31643d7dfd764d8e85bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 17 Aug 2018 14:20:10 +0200 Subject: [PATCH] Upgrade Hera Hera is moving its public header. This change pulls the Hera with the moved header and adjust include path in Aleth. This will go to Aleth 1.4 to allow Hera testing with this version. --- hera | 2 +- libevm/VMFactory.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hera b/hera index 26102afdbb2..a802a0b9186 160000 --- a/hera +++ b/hera @@ -1 +1 @@ -Subproject commit 26102afdbb20f2b4f451c71750c660791b6b74aa +Subproject commit a802a0b9186ffe7175bcfd00689d425227613feb diff --git a/libevm/VMFactory.cpp b/libevm/VMFactory.cpp index 3dc0eba5f8b..a4d6eccc5e8 100644 --- a/libevm/VMFactory.cpp +++ b/libevm/VMFactory.cpp @@ -28,7 +28,7 @@ #endif #if ETH_HERA -#include +#include #endif namespace po = boost::program_options;