Merge pull request #3437 from endrift/missing-include

HW: Add missing header for sprintf()
This commit is contained in:
Mathew Maidment 2016-01-03 04:52:15 -05:00
commit a63873535f
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"