Skip to content

Commit

Permalink
Add missing include for types used (#16934)
Browse files Browse the repository at this point in the history
### Ticket
#16892

### Problem description
`uint64_t` is used, but the header isn't being included.

### What's changed
Added the missing header.
  • Loading branch information
afuller-TT authored Jan 21, 2025
1 parent d0b0f9b commit fb0d150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/api/tt-metalium/env_lib.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#pragma once

#include <cstdint>
#include <map>
#include <vector>
#include <string>
Expand Down

0 comments on commit fb0d150

Please sign in to comment.