diff --git a/modules/juce_gui_extra/native/juce_WebBrowserComponent_linux.cpp b/modules/juce_gui_extra/native/juce_WebBrowserComponent_linux.cpp index 81162d082d..38033d7adc 100644 --- a/modules/juce_gui_extra/native/juce_WebBrowserComponent_linux.cpp +++ b/modules/juce_gui_extra/native/juce_WebBrowserComponent_linux.cpp @@ -32,6 +32,11 @@ ============================================================================== */ +// This type isn't in the headers until v2.36 +#if ! WEBKIT_CHECK_VERSION (2, 36, 0) +struct WebKitURISchemeResponse; +#endif + namespace juce {