Skip to content

Commit

Permalink
tkp wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 16, 2024
1 parent 5414d97 commit c86dd61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- tkp/sym
tags:
- v*
paths-ignore:
Expand Down
2 changes: 2 additions & 0 deletions cpp/csp/engine/Engine.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <csp/core/Time.h>
#include <csp/engine/CycleStepTable.h>
#include <csp/engine/DialectGenericType.h>
#include <csp/engine/Node.h>
#include <csp/engine/OutputAdapter.h>
#include <memory>
#include <unordered_map>
#include <vector>
Expand Down

0 comments on commit c86dd61

Please sign in to comment.