common: fix missing header in array2d.h (#1686)

This trips up my LSP and is technically wrong.
This commit is contained in:
Lunaphied
2026-04-02 21:37:20 +02:00
committed by GitHub
parent b8c350b3e4
commit d6b4d3ed3d
+1
View File
@@ -28,6 +28,7 @@
#include <vector>
#include "nextpnr_assertions.h"
#include "nextpnr_base_types.h"
#include "nextpnr_namespaces.h"
NEXTPNR_NAMESPACE_BEGIN