Skip to content

Include missing header #49

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Include missing header #49

wants to merge 1 commit into from

Conversation

platisd
Copy link
Owner

@platisd platisd commented Apr 25, 2021

Description

Solved issue(s)

@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2021

Codecov Report

Merging #49 (e052ea0) into master (f4b3868) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           28        28           
  Lines          458       458           
=========================================
  Hits           458       458           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4b3868...e052ea0. Read the comment docs.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

⚠️ clang-tidy found issue(s) with the introduced code (1/1)

@@ -5,6 +5,8 @@
*/
#pragma once

#include <stdint.h>

Choose a reason for hiding this comment

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

⚠️ modernize-deprecated-headers ⚠️
inclusion of deprecated C++ header 'stdint.h'; consider using 'cstdint' instead

Suggested change
#include <stdint.h>
#include <cstdint>

@platisd platisd closed this Jul 29, 2021
@platisd platisd reopened this Jul 29, 2021
@platisd platisd closed this Jul 29, 2021
@platisd platisd reopened this Jul 29, 2021
@platisd platisd force-pushed the master branch 11 times, most recently from 3c28b8e to 6b849dd Compare July 29, 2021 10:04
@platisd platisd force-pushed the master branch 5 times, most recently from 4c6d611 to c03b561 Compare April 25, 2022 20:33
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.

2 participants