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

Skip to content

Commit 64f54d6

Browse files
committed
Added missing include, fixed debian bug #505618
svn path=/trunk/matplotlib/; revision=6402
1 parent 845a5e7 commit 64f54d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/mplutils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <iostream>
22
#include <cstdarg>
3+
#include <cstdio>
34
#include "mplutils.h"
45

56
void _VERBOSE(const std::string& s) {

0 commit comments

Comments
 (0)