From f86fc6e7fdf91341a1bd44415e578767fa0b13fb Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 24 Jul 2018 12:41:08 +0200 Subject: Typo fix Signed-off-by: Clifford Wolf --- common/nextpnr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/nextpnr.h') diff --git a/common/nextpnr.h b/common/nextpnr.h index ca0854e5..4a1aaac1 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -276,7 +276,7 @@ struct CellInfo : ArchCellInfo // placement constraints CellInfo *constr_parent; - stdL::vector constr_children; + std::vector constr_children; const int UNCONSTR = INT_MIN; int constr_x = UNCONSTR; // this.x - parent.x int constr_y = UNCONSTR; // this.y - parent.y -- cgit v1.2.3