add missing header include (for snprintf)
This commit is contained in:
parent
e7255b0473
commit
822b5443fe
@ -37,6 +37,7 @@ using std::vector;
|
||||
|
||||
#ifdef COMPILER_MINGW
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <glibmm.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user