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

Add missing <cmath> header and remove <string.h> header #13614

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Mar 6, 2016

The following errors are reported by GCC (6.0.0, r233941):

Utilities/StorageFactory/src/StatisticsSenderService.cc:82:191: error: 'sqrt' was not declared in this scope
Utilities/StorageFactory/src/StatisticsSenderService.cc:90:191: error: 'sqrt' was not declared in this scope

Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch

The following errors are reported by GCC (6.0.0, r233941):

    Utilities/StorageFactory/src/StatisticsSenderService.cc:82:191: error: 'sqrt' was not declared in this scope
    Utilities/StorageFactory/src/StatisticsSenderService.cc:90:191: error: 'sqrt' was not declared in this scope

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2016

A new Pull Request was created by @davidlt for CMSSW_8_1_X.

It involves the following packages:

Utilities/StorageFactory

@cmsbuild, @smuzaffar, @Dr15Jones, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @wddgit this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 7, 2016

davidlange6 added a commit that referenced this pull request Mar 7, 2016
…y-cmath

Add missing <cmath> header and remove <string.h> header
@davidlange6 davidlange6 merged commit e0a4cc3 into cms-sw:CMSSW_8_1_X Mar 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants