From 90540c29c7927f5c9c43a67485ccd9cda75119df Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Tue, 11 Jun 2013 15:01:13 +0200 Subject: [PATCH] Fix build issue : missing includes file Fix to avoid this build error graphics/surfaces/x/X11Helper.cpp:272:26: error: 'UNUSED_PARAM' was not declared in this scope --- Source/WebCore/platform/graphics/surfaces/x/X11Helper.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/WebCore/platform/graphics/surfaces/x/X11Helper.h b/Source/WebCore/platform/graphics/surfaces/x/X11Helper.h index d972c3a..db180c0 100644 --- a/Source/WebCore/platform/graphics/surfaces/x/X11Helper.h +++ b/Source/WebCore/platform/graphics/surfaces/x/X11Helper.h @@ -29,6 +29,8 @@ #include "IntRect.h" #include "OwnPtrX11.h" +#include + #if USE(EGL) #include "EGLSurface.h" #endif -- 2.7.4