1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-02-02 15:01:26 +00:00

Fixed include of "design.h" in "route.h"

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf
2018-06-18 14:20:37 +02:00
parent ce2a9f2af1
commit 3fe353ea03

View File

@@ -20,7 +20,7 @@
#ifndef ROUTE_H
#define ROUTE_H
#include "design.h"
#include "nextpnr.h"
NEXTPNR_NAMESPACE_BEGIN