13
0

add missing header include (for snprintf)

This commit is contained in:
Robin Gareus 2014-09-30 18:51:08 +02:00
parent e7255b0473
commit 822b5443fe

View File

@ -37,6 +37,7 @@ using std::vector;
#ifdef COMPILER_MINGW
#include <stdio.h>
#include <stdlib.h>
#include <glibmm.h>