Skip to content

Commit

Permalink
Fix build failure on GCC (#378)
Browse files Browse the repository at this point in the history
### Issue
[Link to Github
issue](tenstorrent/tt-metal#15811)

### Description
UMD fails to build on GCC-14 from tt-metal

### List of the changes
Add missing includes to make it build

### Testing
(Comment on CI testing or Manual testing touching this change.)

### API Changes
(When making API changes, don't merge this PR until tt_metal and
tt_debuda PRs are approved.)
(Then merge this PR, change the client PRs to point to UMD main, and
then merge them.)
(Remove this line if untrue) There are no API changes in this PR.
(Remove following lines if untrue) This PR has API changes:
- [ ] (If breaking change) tt_metal approved PR pointing to this branch:
link
- [ ] (If breaking change) tt_debuda approved PR pointing to this
branch: link

---------
  • Loading branch information
marty1885 authored Dec 8, 2024
1 parent e92ac1c commit a497b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/api/umd/device/tt_core_coordinates.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#pragma once

#include <cstdint>

#include "umd/device/tt_xy_pair.h"

// For documentation on Coordinate systems, lookup docs/coordinate_systems.md
Expand Down

0 comments on commit a497b9c

Please sign in to comment.