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
commit c2d87846d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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