Skip to content

Commit 1b0c48b

Browse files
committed
using c++ headers for stlib and stdio for backend_agg
svn path=/trunk/matplotlib/; revision=5143
1 parent 1e4f787 commit 1b0c48b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_tkagg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK
1111

1212
#include <Python.h>
13-
#include <stdlib.h>
14-
#include <stdio.h>
13+
#include <cstdlib>
14+
#include <cstdio>
1515
#include <sstream>
1616

1717
#include "agg_basics.h"

0 commit comments

Comments
 (0)