Fix build error: missing printf declaration
This commit is contained in:
parent
6d23fb210c
commit
1f385d8f30
|
@ -1,3 +1,4 @@
|
|||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <math.h>
|
||||
#include <map>
|
||||
|
|
Loading…
Reference in New Issue