Ignore:
Timestamp:
Nov 8, 2007, 12:22:38 PM (18 years ago)
Author:
Adam Roben
Message:

Windows build fix

Reviewed by Sam and Ada.

  • wtf/MathExtras.h: Get rid of a circular #include dependency to fix the build.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/MathExtras.h

    r27605 r27607  
    3434
    3535#include "kjs/operations.h"
    36 #include "kjs/value.h"
    3736#include <xmath.h>
    3837#include <limits>
     
    4140#include <float.h>
    4241#endif
     42
     43namespace KJS {
     44    extern const double NaN;
     45}
    4346
    4447#endif
Note: See TracChangeset for help on using the changeset viewer.