Fix build issue : missing includes file 43/3943/1
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Tue, 11 Jun 2013 13:01:13 +0000 (15:01 +0200)
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>
Tue, 11 Jun 2013 13:01:13 +0000 (15:01 +0200)
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

index d972c3a..db180c0 100644 (file)
@@ -29,6 +29,8 @@
 #include "IntRect.h"
 #include "OwnPtrX11.h"
 
+#include <wtf/UnusedParam.h>
+
 #if USE(EGL)
 #include "EGLSurface.h"
 #endif