mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-09-05 19:37:19 +02:00
common: fix missing header in array2d.h (#1686)
This trips up my LSP and is technically wrong.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <vector>
|
||||
|
||||
#include "nextpnr_assertions.h"
|
||||
#include "nextpnr_base_types.h"
|
||||
#include "nextpnr_namespaces.h"
|
||||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
||||
Reference in New Issue
Block a user