RESOLVED FIXED 30197
numeric_limits() requires #include <limits>
https://bugs.webkit.org/show_bug.cgi?id=30197
Summary numeric_limits() requires #include <limits>
Joel Stanley
Reported 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>.
Attachments
patch (3.09 KB, patch)
2009-10-07 22:40 PDT, Joel Stanley
no flags
Joel Stanley
Comment 1 2009-10-07 22:40:13 PDT
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2009-10-07 23:13:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.