Skip to content

Commit

Permalink
[WinCairo] Build error with CMAKE_DISABLE_PRECOMPILE_HEADERS ON after…
Browse files Browse the repository at this point in the history
… 257057@main

https://bugs.webkit.org/show_bug.cgi?id=248803

Reviewed by NOBODY (OOPS!).

* Source/WebCore/platform/LocalizedStrings.h: Add missing header
  'wtf/text/cf/StringConcatenateCF.h'.
  • Loading branch information
dpino committed Dec 6, 2022
1 parent 5f769b0 commit d93078b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/WebCore/platform/LocalizedStrings.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
#include <glib/gi18n-lib.h>
#endif

#if USE(CF) && PLATFORM(WIN)
#include <wtf/text/cf/StringConcatenateCF.h>
#endif

namespace WebCore {

class IntSize;
Expand Down

0 comments on commit d93078b

Please sign in to comment.