mirror of https://github.com/YosysHQ/nextpnr.git
common: fix missing header in array2d.h (#1686)
This trips up my LSP and is technically wrong.
This commit is contained in:
parent
b8c350b3e4
commit
d6b4d3ed3d
|
|
@ -28,6 +28,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "nextpnr_assertions.h"
|
||||
#include "nextpnr_base_types.h"
|
||||
#include "nextpnr_namespaces.h"
|
||||
|
||||
NEXTPNR_NAMESPACE_BEGIN
|
||||
|
|
|
|||
Loading…
Reference in New Issue