Changeset 26603 in webkit
- Timestamp:
- Oct 15, 2007, 8:58:50 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r26589 r26603 1 2007-10-15 Simon Hausmann <hausmann@kde.org> 2 3 Reviewed by Lars. 4 5 Fix compilation with gcc 4.3 by including 'limits' due to the use of std::numeric_limits. 6 7 * wtf/HashTraits.h: 8 1 9 2007-10-5 Kevin Ollivier <kevino@theolliviers.com> 2 10 -
trunk/JavaScriptCore/wtf/HashTraits.h
r26417 r26603 26 26 #include "HashFunctions.h" 27 27 #include <utility> 28 #include <limits> 28 29 29 30 namespace WTF {
Note:
See TracChangeset
for help on using the changeset viewer.