Ignore:
Timestamp:
Jan 23, 2009, 12:51:33 PM (16 years ago)
Author:
Darin Adler
Message:

2009-01-23 Darin Adler <Darin Adler>

Try to fix WX build.

  • runtime/JSGlobalObjectFunctions.h: Include <wtf/unicode/Unicode.h> for the definition of UChar.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSGlobalObjectFunctions.h

    r40169 r40176  
    2525#define JSGlobalObjectFunctions_h
    2626
    27 #include "JSImmediate.h" // temporary until JSValue* becomes a class we can forward-declare
     27#include <wtf/unicode/Unicode.h>
    2828
    2929namespace JSC {
     
    3232    class ExecState;
    3333    class JSObject;
     34    class JSValuePtr;
    3435
    3536    // FIXME: These functions should really be in JSGlobalObject.cpp, but putting them there
Note: See TracChangeset for help on using the changeset viewer.