From ffe9888134d40cd3f5999d229c286cdd60675294 Mon Sep 17 00:00:00 2001 From: Anton Baliasnikov Date: Mon, 6 Jan 2025 10:43:40 +0000 Subject: [PATCH] test --- libdevcore/Common.h | 1 + libyul/backends/wasm/EWasmObjectCompiler.h | 1 + 2 files changed, 2 insertions(+) diff --git a/libdevcore/Common.h b/libdevcore/Common.h index 3ce116da94..25affdf97e 100644 --- a/libdevcore/Common.h +++ b/libdevcore/Common.h @@ -46,6 +46,7 @@ #include +#include #include #include #include diff --git a/libyul/backends/wasm/EWasmObjectCompiler.h b/libyul/backends/wasm/EWasmObjectCompiler.h index a4fcf1af89..0a4ad0b3e7 100644 --- a/libyul/backends/wasm/EWasmObjectCompiler.h +++ b/libyul/backends/wasm/EWasmObjectCompiler.h @@ -20,6 +20,7 @@ #pragma once +#include #include #include #include