From a79bd6c5c780d8f63dff49a0abc78a5c59318fe4 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 25 Dec 2013 23:41:50 +0100 Subject: Fixed build of stringutils.cpp /var/www/colobot_compiled/colobot/dev/colobot/src/common/stringutils.cpp:33:51: error: 'vsnprintf' was not declared in this scope --- src/common/stringutils.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/common/stringutils.cpp b/src/common/stringutils.cpp index 37169a5..03a0f0b 100644 --- a/src/common/stringutils.cpp +++ b/src/common/stringutils.cpp @@ -18,6 +18,7 @@ #include "common/stringutils.h" #include +#include #include -- cgit v1.2.3-1-g7c22