Declare printf() before using it in std_vector example

Just add missing #include <stdio.h>.
This commit is contained in:
Vadim Zeitlin 2016-04-22 01:53:19 +02:00
commit 4a0ed9cb42

View file

@ -1,3 +1,5 @@
#include <stdio.h>
#include "example_wrap.h"
int main() {