From 35affd39f19f8d6a587ab8a25a22399af0abf4be Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 10 Apr 2015 16:41:58 +0200 Subject: OpenCL stuff, Fix for eth_call. --- TestUtils.cpp | 1 + blockchain.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TestUtils.cpp b/TestUtils.cpp index 6222955d..ff5169d5 100644 --- a/TestUtils.cpp +++ b/TestUtils.cpp @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include "TestUtils.h" diff --git a/blockchain.cpp b/blockchain.cpp index 6c1cfebd..ab01df5a 100644 --- a/blockchain.cpp +++ b/blockchain.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include "TestHelper.h" -- cgit v1.2.3