Skip to content

Commit

Permalink
In GCC 13.1 usage of uint64 and similar will result in an error witho…
Browse files Browse the repository at this point in the history
…ut (#8224)

#include <cstdint>

Signed-off-by: Manoj Takasi <mtakasi@amd.com>
Co-authored-by: Manoj Takasi <mtakasi@amd.com>
  • Loading branch information
ManojTakasi and Manoj Takasi authored Jun 7, 2024
1 parent 096924a commit 8964124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions src/runtime_src/core/edge/user/zynq_dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef _XCL_ZYNQ_DEV_H_
#define _XCL_ZYNQ_DEV_H_

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

0 comments on commit 8964124

Please sign in to comment.