From d6b4d3ed3d2b3fe3b02e4de04e96d33101736ce2 Mon Sep 17 00:00:00 2001 From: Lunaphied Date: Thu, 2 Apr 2026 21:37:20 +0200 Subject: [PATCH] common: fix missing header in array2d.h (#1686) This trips up my LSP and is technically wrong. --- common/kernel/array2d.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/kernel/array2d.h b/common/kernel/array2d.h index 0498f474..c70de90e 100644 --- a/common/kernel/array2d.h +++ b/common/kernel/array2d.h @@ -28,6 +28,7 @@ #include #include "nextpnr_assertions.h" +#include "nextpnr_base_types.h" #include "nextpnr_namespaces.h" NEXTPNR_NAMESPACE_BEGIN