Skip to content

Commit 96033e6

Browse files
committedOct 14, 2011
reorder imports in ttconv to work around portland group compiler issue (see issue matplotlib#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

+1-1
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)
Please sign in to comment.