From 12130e0ab957b08e4c0904b9c31fd58a916554a7 Mon Sep 17 00:00:00 2001 From: "bzbarsky@mit.edu" Date: Sun, 7 Oct 2007 16:09:55 -0700 Subject: [PATCH] Fix build bustage when building with old enough gtk. Bug 362682 followup, r=stuart --- gfx/thebes/src/gfxPlatformGtk.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/thebes/src/gfxPlatformGtk.cpp b/gfx/thebes/src/gfxPlatformGtk.cpp index 826f997094e..17ef32da9cb 100644 --- a/gfx/thebes/src/gfxPlatformGtk.cpp +++ b/gfx/thebes/src/gfxPlatformGtk.cpp @@ -53,6 +53,8 @@ #include "gfxPangoFonts.h" +#include + #ifdef MOZ_ENABLE_GLITZ #include "gfxGlitzSurface.h" #include "glitz-glx.h"