Add missing header for sprintf()

This commit is contained in:
Ganael Laplanche 2015-10-20 22:18:56 +02:00 committed by Jeffrey Pfau
parent f0e5811d9a
commit fb3b1e4eb0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cstdio>
#include <cstring>
#include "Common/MsgHandler.h"