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

Merge pull request #257 from whitequark/patch-1

Fix broken header guard
This commit is contained in:
David Shah
2019-03-25 19:39:49 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@
*/
#ifndef PLACER_HEAP_H
#define PLACER_HEAP
#define PLACER_HEAP_H
#include "nextpnr.h"
#include "settings.h"