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

fixing missing include causing unknown 'unique_ptr' in legacy/gnupg/g10/keyid.cpp #7

Merged
merged 1 commit into from
Oct 29, 2017

Conversation

bitpick
Copy link
Member

@bitpick bitpick commented Oct 29, 2017

Getting a build issue on FC26 causes compiling error:

legacy/gnupg/g10/keyid.cpp:581:12: error: ‘unique_ptr’ is not a member of ‘std’
std::unique_ptrBotan::HashFunction rmd160(Botan::HashFunction::create_or_throw("RIPEMD-160"));

Fixed by including

…ror: ‘unique_ptr’ is not a member of ‘std’
@codecov
Copy link

codecov bot commented Oct 29, 2017

Codecov Report

Merging #7 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          16     16           
  Lines         302    302           
=====================================
  Hits          302    302

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 b1a13d0...9a184fb. Read the comment docs.

@lambdafu lambdafu merged commit 175c165 into master Oct 29, 2017
@lambdafu lambdafu deleted the fix/unique_ptr_unknown branch November 7, 2017 15:01
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.

None yet

2 participants