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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <vector>
#include "nextpnr_assertions.h"
#include "nextpnr_base_types.h"
#include "nextpnr_namespaces.h"
NEXTPNR_NAMESPACE_BEGIN