Changeset 26603 in webkit


Ignore:
Timestamp:
Oct 15, 2007 8:58:50 AM (17 years ago)
Author:
hausmann
Message:

Fix compilation with gcc 4.3 by including 'limits' due to the use of std::numeric_limits.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r26589 r26603  
     12007-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
    192007-10-5  Kevin Ollivier  <kevino@theolliviers.com>
    210 
  • trunk/JavaScriptCore/wtf/HashTraits.h

    r26417 r26603  
    2626#include "HashFunctions.h"
    2727#include <utility>
     28#include <limits>
    2829
    2930namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.