Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4f787 commit 1b0c48bCopy full SHA for 1b0c48b
1 file changed
src/_tkagg.cpp
@@ -10,8 +10,8 @@
10
#define USE_COMPOSITELESS_PHOTO_PUT_BLOCK
11
12
#include <Python.h>
13
-#include <stdlib.h>
14
-#include <stdio.h>
+#include <cstdlib>
+#include <cstdio>
15
#include <sstream>
16
17
#include "agg_basics.h"
0 commit comments