From 96033e6e0346057c727f858f5eb9ccbffbce11d3 Mon Sep 17 00:00:00 2001 From: jdh2358 Date: Fri, 14 Oct 2011 14:18:55 -0500 Subject: [PATCH] reorder imports in ttconv to work around portland group compiler issue (see issue #526) --- ttconv/pprdrv_tt2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttconv/pprdrv_tt2.cpp b/ttconv/pprdrv_tt2.cpp index 61e2dd968835..f8c8cef66fdb 100644 --- a/ttconv/pprdrv_tt2.cpp +++ b/ttconv/pprdrv_tt2.cpp @@ -33,8 +33,8 @@ */ #include "global_defines.h" -#include #include +#include #include #include #include "pprdrv.h"