Declare printf() before using it in std_vector example
Just add missing #include <stdio.h>.
This commit is contained in:
parent
7f4549a0f3
commit
4a0ed9cb42
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "example_wrap.h"
|
||||
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue