Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96033e6

Browse files
committed
reorder imports in ttconv to work around portland group compiler issue (see issue #526)
1 parent 9aa0bc6 commit 96033e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttconv/pprdrv_tt2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
*/
3434

3535
#include "global_defines.h"
36-
#include <cmath>
3736
#include <cstdlib>
37+
#include <cmath>
3838
#include <cstring>
3939
#include <memory>
4040
#include "pprdrv.h"

0 commit comments

Comments
 (0)