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 --- machxo2/arch.h | 1 + machxo2/config.cc | 2 ++ 2 files changed, 3 insertions(+) (limited to 'machxo2') diff --git a/machxo2/arch.h b/machxo2/arch.h index 489a44ab..214d8bb2 100644 --- a/machxo2/arch.h +++ b/machxo2/arch.h @@ -22,6 +22,7 @@ #define MACHXO2_ARCH_H #include +#include #include "base_arch.h" #include "nextpnr_namespaces.h" diff --git a/machxo2/config.cc b/machxo2/config.cc index 0c5b0741..34c4954e 100644 --- a/machxo2/config.cc +++ b/machxo2/config.cc @@ -21,7 +21,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