のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

invalid use of incomplete type 'struct WTF::CString'

エラー

external/webkit/Source/WebCore/platform/graphics/FontCache.cpp:426:120: error: invalid use of incomplete type 'struct WTF::CString'
external/webkit/Source/JavaScriptCore/wtf/Forward.h:38:11: error: forward declaration of 'struct WTF::CString'
external/webkit/Source/WebCore/platform/graphics/FontCache.cpp:430:127: error: invalid use of incomplete type 'struct WTF::CString'
external/webkit/Source/JavaScriptCore/wtf/Forward.h:38:11: error: forward declaration of 'struct WTF::CString'
external/webkit/Source/WebCore/platform/graphics/FontCache.cpp:435:118: error: invalid use of incomplete type 'struct WTF::CString'
external/webkit/Source/JavaScriptCore/wtf/Forward.h:38:11: error: forward declaration of 'struct WTF::CString'
external/webkit/Source/WebCore/platform/graphics/FontCache.cpp:438:136: error: invalid use of incomplete type 'struct WTF::CString'
external/webkit/Source/JavaScriptCore/wtf/Forward.h:38:11: error: forward declaration of 'struct WTF::CString'
make: *** [out/target/product/maguro/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/platform/graphics/FontCache.o] エラー 1

エラーの場所

   	LOGD("< POS > startFamily=[%s]", startFamily->family().string().utf8().data());

インクルードファイルを追加した。

#include <wtf/text/CString.h>