Bug 30197 - numeric_limits() requires #include <limits>
Summary: numeric_limits() requires #include <limits>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 22:37 PDT by Joel Stanley
Modified: 2009-10-07 23:13 PDT (History)
1 user (show)

See Also:


Attachments
patch (3.09 KB, patch)
2009-10-07 22:40 PDT, Joel Stanley
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joel Stanley 2009-10-07 22:37:11 PDT
With gcc-4.4, the build fails due to the use of std::numeric_limits without including <limits>.
Comment 1 Joel Stanley 2009-10-07 22:40:13 PDT
Created attachment 40853 [details]
patch
Comment 2 WebKit Commit Bot 2009-10-07 23:13:18 PDT
Comment on attachment 40853 [details]
patch

Clearing flags on attachment: 40853

Committed r49289: <http://trac.webkit.org/changeset/49289>
Comment 3 WebKit Commit Bot 2009-10-07 23:13:21 PDT
All reviewed patches have been landed.  Closing bug.