Skip to content

Commit 22be2a7

Browse files
committed
Fix version number, add include for uint32_t
1 parent 59c4576 commit 22be2a7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rtda/radeon_tools_download_assistant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
var rtda_version = "1.0.1"
12-
var update_check_api_version = "2.1.0"
12+
var update_check_api_version = "2.1.1"
1313

1414
func main() {
1515

source/update_check_api.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#ifndef UPDATECHECKAPI_UPDATE_CHECK_API_H_
88
#define UPDATECHECKAPI_UPDATE_CHECK_API_H_
99

10+
#include <cstdint>
1011
#include <string>
1112
#include <vector>
1213

0 commit comments

Comments
 (0)