summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-12-25 23:41:50 +0100
committerkrzys-h <krzys_h@interia.pl>2013-12-25 23:41:50 +0100
commita79bd6c5c780d8f63dff49a0abc78a5c59318fe4 (patch)
tree18ce7a2a7b285d394d4e69411af1d1521831d0ca /src
parentc8ec3f2020151543f2ebe61e94ea5d985927d20c (diff)
downloadcolobot-a79bd6c5c780d8f63dff49a0abc78a5c59318fe4.tar.gz
colobot-a79bd6c5c780d8f63dff49a0abc78a5c59318fe4.tar.bz2
colobot-a79bd6c5c780d8f63dff49a0abc78a5c59318fe4.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/common/stringutils.cpp1
1 files changed, 1 insertions, 0 deletions
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 <cstdarg>
+#include <cstdio>
#include <vector>