diff options
Diffstat (limited to 'WebCore/platform/Logging.h')
-rw-r--r-- | WebCore/platform/Logging.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/platform/Logging.h b/WebCore/platform/Logging.h index 45b6d23..df3c6fd 100644 --- a/WebCore/platform/Logging.h +++ b/WebCore/platform/Logging.h @@ -27,6 +27,7 @@ #define Logging_h #include <wtf/Assertions.h> +#include <wtf/Forward.h> #ifndef LOG_CHANNEL_PREFIX #define LOG_CHANNEL_PREFIX Log @@ -34,8 +35,6 @@ namespace WebCore { - class String; - extern WTFLogChannel LogNotYetImplemented; extern WTFLogChannel LogFrames; extern WTFLogChannel LogLoading; |