From 3404b9a8a674de4974d5bdf6cdbe0cee25b7c985 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Tue, 8 Feb 2011 14:16:37 -0500 Subject: [PATCH] Bug 628252 - os2.cc fails to compile against GCC 4.6, missing #include ; r,a=roc Gbp-Pq: Topic fixes Gbp-Pq: Name Bug-628252-os2.cc-fails-to-compile-against-GCC-4.6-m.patch --- gfx/ots/src/os2.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/ots/src/os2.cc b/gfx/ots/src/os2.cc index 5376a1dbb1..c271d8802c 100644 --- a/gfx/ots/src/os2.cc +++ b/gfx/ots/src/os2.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. #include +#include #include "os2.h" #include "head.h" -- 2.30.2