Changeset 50609 in webkit for trunk/JavaScriptCore/wtf/DateMath.h


Ignore:
Timestamp:
Nov 6, 2009, 3:48:38 PM (16 years ago)
Author:
[email protected]
Message:

Build fix: added some #includes.

Patch by Geoffrey Garen <[email protected]> on 2009-11-06

  • wtf/CurrentTime.h:
  • wtf/DateMath.h:
File:
1 edited

Legend:

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

    r50608 r50609  
    4343#define DateMath_h
    4444
     45#include <math.h>
     46#include <string.h>
    4547#include <time.h>
    46 #include <string.h>
    4748#include <wtf/CurrentTime.h>
    4849#include <wtf/Noncopyable.h>
Note: See TracChangeset for help on using the changeset viewer.