Skip to content

Commit 8fdaebd

Browse files
committed
nit: incorrect include syntax
1 parent 91bc366 commit 8fdaebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyosys/wrappers_tpl.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include <pybind11/functional.h>
2525

2626
// duplicates for LSPs
27-
#include <kernel/register.h>
27+
#include "kernel/register.h"
2828
#include "kernel/yosys_common.h"
2929

3030
#include "pyosys/hashlib.h"

0 commit comments

Comments
 (0)