From 7845b665125074d6cc9d7b71d1d69f8c261c1d50 Mon Sep 17 00:00:00 2001 From: gatecat Date: Fri, 20 Jan 2023 09:04:41 +0100 Subject: Add missing includes Signed-off-by: gatecat --- ecp5/arch.h | 5 ++--- ecp5/config.cc | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'ecp5') diff --git a/ecp5/arch.h b/ecp5/arch.h index 40b931d6..56ba3e7b 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -1087,10 +1087,9 @@ struct Arch : BaseArch mutable std::vector tile_status; // ------------------------------------------------- - bool is_dsp_location_valid(CellInfo* cell) const; + bool is_dsp_location_valid(CellInfo *cell) const; void remap_dsp_blocks(); - void remap_dsp_cell(CellInfo* ci, const std::array &ports, - std::array &assigned_nets); + void remap_dsp_cell(CellInfo *ci, const std::array &ports, std::array &assigned_nets); }; NEXTPNR_NAMESPACE_END diff --git a/ecp5/config.cc b/ecp5/config.cc index e44326be..ea9ece0d 100644 --- a/ecp5/config.cc +++ b/ecp5/config.cc @@ -20,7 +20,9 @@ #include "config.h" #include #include +#include #include "log.h" + NEXTPNR_NAMESPACE_BEGIN #define fmt(x) (static_cast(std::ostringstream() << x).str()) -- cgit v1.2.3