Skip to content

Commit

Permalink
Merge pull request #7 from thiskappaisgrey/patch-1
Browse files Browse the repository at this point in the history
Add `#include <assert.h>` to make it build
  • Loading branch information
gussmith23 authored Nov 20, 2023
2 parents 316e2bd + c471f82 commit a75b6df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/lakeroad/lakeroad.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include "kernel/sigtools.h"
#include "kernel/yw.h"
#include <string>
#include <assert.h>

USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN
Expand Down

0 comments on commit a75b6df

Please sign in to comment.