Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修复编译错误增加 #include<stdint.h> #379

Merged
merged 3 commits into from
Apr 18, 2024
Merged

Conversation

707state
Copy link
Contributor

@707state 707state commented Apr 18, 2024

What problem were solved in this pull request?

g++13 can't compile
Issue Number: close #378

Problem: no header included in types.h

What is changed and how it works?

add #include<stdint.h> or

Other information

@CLAassistant
Copy link

CLAassistant commented Apr 18, 2024

CLA assistant check
All committers have signed the CLA.

@707state
Copy link
Contributor Author

第二次commit将include放置在pragma语句之后,抱歉犯了常识错误

Copy link
Collaborator

@hnwyllmm hnwyllmm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hnwyllmm hnwyllmm merged commit be0dcfe into oceanbase:main Apr 18, 2024
12 checks passed
@hnwyllmm
Copy link
Collaborator

代码已合并。
如果对其它issue有兴趣,也可以一起讨论。
我的微信号是 hnwyllmm_126

@hnwyllmm hnwyllmm changed the title Update types.h, add #include<stdint.h> 修复编译错误增加 #include<stdint.h> Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

添加 '#include<cstdint>' 到 common/types.h第一行
3 participants