From 100b36be2eba1190ed37ee20df172ea8e9c3b36a Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sun, 7 Oct 2007 23:09:55 +0000 Subject: [PATCH] Fix build bustage when building with old enough gtk. Bug 362682 followup, r=stuart git-svn-id: svn://10.0.0.236/trunk@237390 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gfx/thebes/src/gfxPlatformGtk.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/gfx/thebes/src/gfxPlatformGtk.cpp b/mozilla/gfx/thebes/src/gfxPlatformGtk.cpp index 826f997094e..17ef32da9cb 100644 --- a/mozilla/gfx/thebes/src/gfxPlatformGtk.cpp +++ b/mozilla/gfx/thebes/src/gfxPlatformGtk.cpp @@ -53,6 +53,8 @@ #include "gfxPangoFonts.h" +#include + #ifdef MOZ_ENABLE_GLITZ #include "gfxGlitzSurface.h" #include "glitz-glx.h"