Ignore:
Timestamp:
Nov 13, 2007, 1:49:50 AM (18 years ago)
Author:
[email protected]
Message:

2007-11-13 Alp Toker <[email protected]>

Build fix for breakage to non-Mac builds introduced in r27746.

  • kjs/ustring.cpp:
File:
1 edited

Legend:

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

    r27748 r27750  
    4141#include <wtf/MathExtras.h>
    4242#include <wtf/Vector.h>
     43#include <wtf/unicode/UTF8.h>
    4344
    4445#if HAVE(STRING_H)
     
    5051
    5152using namespace WTF;
     53using namespace WTF::Unicode;
    5254using namespace std;
    5355
Note: See TracChangeset for help on using the changeset viewer.