Ignore:
Timestamp:
May 26, 2009, 4:06:42 PM (16 years ago)
Author:
[email protected]
Message:

2009-05-26 Brent Fulgham <[email protected]>

Build fix to correct r44161.

  • wtf/FastAllocBase.h:
File:
1 edited

Legend:

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

    r43661 r44163  
    8080#include <stdlib.h>
    8181#include <string.h>
     82#include "FastMalloc.h"
     83#include "TypeTraits.h"
    8284#include <wtf/Assertions.h>
    83 #include <wtf/FastMalloc.h>
    84 #include <wtf/TypeTraits.h>
    8585
    8686namespace WTF {
Note: See TracChangeset for help on using the changeset viewer.