Skip to content

Commit

Permalink
Forgot to add include to Counter.h, now that it depends on a NVHLS ma…
Browse files Browse the repository at this point in the history
…cro.
  • Loading branch information
Nathaniel Pinckney committed Jul 18, 2019
1 parent 9e8dde5 commit 5be0a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmod/examples/Counter/Counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define __COUNTER_H__

#include <systemc.h>
#include <nvhls_module.h>

SC_MODULE(Counter) {
public:
Expand Down

0 comments on commit 5be0a22

Please sign in to comment.