Skip to content

Commit

Permalink
Make sure madness finds the device header
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <[email protected]>
  • Loading branch information
devreal committed Nov 18, 2024
1 parent 0403475 commit d5993fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ttg/ttg/device/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "ttg/fwd.h"
#include "ttg/impl_selector.h"
#include "ttg/ptr.h"
#include "ttg/devicescope.h"

#ifdef TTG_HAVE_COROUTINE

Expand Down
3 changes: 3 additions & 0 deletions ttg/ttg/madness/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#include "ttg/madness/device.h"
#include "ttg/madness/devicefunc.h"

/* needed for make_tt */
#include "ttg/device/task.h"

#include "ttg/runtimes.h"
#include "ttg/tt.h"
#include "ttg/util/bug.h"
Expand Down

0 comments on commit d5993fd

Please sign in to comment.