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:
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#ifndef PLACER_HEAP_H
|
||||
#define PLACER_HEAP
|
||||
#define PLACER_HEAP_H
|
||||
#include "nextpnr.h"
|
||||
#include "settings.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user