From f0797772715b1f1db21fca20bc431b55d5fa0698 Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Tue, 19 Dec 2023 14:11:53 +0000 Subject: [PATCH] HPCC-30374 Provide JTrace option to declare span start time Fix wasmembed compile Signed-off-by: Gordon Smith --- plugins/wasmembed/abi.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/wasmembed/abi.hpp b/plugins/wasmembed/abi.hpp index 4f3675bc701..6f1ca08fbee 100644 --- a/plugins/wasmembed/abi.hpp +++ b/plugins/wasmembed/abi.hpp @@ -1,6 +1,4 @@ -#include -#include - +#include #include std::tuple load_string(const wasmtime::Span &data, uint32_t ptr);