Ignore:
Timestamp:
Dec 5, 2007, 8:14:59 PM (17 years ago)
Author:
[email protected]
Message:

Build fix. Include headers before trying to use the things that they declare.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/string_object.cpp

    r28468 r28476  
    2525
    2626#include "JSWrapperObject.h"
     27#include "PropertyNameArray.h"
     28#include "array_object.h"
    2729#include "error_object.h"
    2830#include "operations.h"
    29 #include "PropertyNameArray.h"
    3031#include "regexp_object.h"
    3132#include <wtf/MathExtras.h>
Note: See TracChangeset for help on using the changeset viewer.