From 103dde79de25e2f9250b27134aa3d547d42408e2 Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 26 Jun 2018 14:13:52 +0200 Subject: Fixing Python bindings after adding unique_ptr Signed-off-by: David Shah --- 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 af1ed733..c6c0f2ab 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -19,12 +19,12 @@ #include #include +#include #include #include #include #include #include -#include #ifndef NEXTPNR_H #define NEXTPNR_H -- cgit v1.2.3