mirror of https://github.com/YosysHQ/nextpnr.git
Merge pull request #257 from whitequark/patch-1
Fix broken header guard
This commit is contained in:
commit
c2d87846d8
|
|
@ -25,7 +25,7 @@
|
|||
*/
|
||||
|
||||
#ifndef PLACER_HEAP_H
|
||||
#define PLACER_HEAP
|
||||
#define PLACER_HEAP_H
|
||||
#include "nextpnr.h"
|
||||
#include "settings.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue