X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/9dae56ea45a0f5f8136a5c93d6f3a7f99399ca73..f9bf01c6616d5ddcf65b13b33cedf9e387ff7a63:/wtf/unicode/Unicode.h diff --git a/wtf/unicode/Unicode.h b/wtf/unicode/Unicode.h index e6e8f23..d59439d 100644 --- a/wtf/unicode/Unicode.h +++ b/wtf/unicode/Unicode.h @@ -1,6 +1,7 @@ /* * Copyright (C) 2006 George Staikos * Copyright (C) 2006, 2008, 2009 Apple Inc. All rights reserved. + * Copyright (C) 2007-2009 Torch Mobile, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -28,6 +29,10 @@ #include "qt4/UnicodeQt4.h" #elif USE(ICU_UNICODE) #include +#elif USE(GLIB_UNICODE) +#include +#elif USE(WINCE_UNICODE) +#include #else #error "Unknown Unicode implementation" #endif