[colobot] 65/145: Fixed missing #includes

Didier Raboud odyx at moszumanska.debian.org
Mon Jul 11 12:56:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

odyx pushed a commit to branch debian/master
in repository colobot.

commit 32af7f45df055a3504559ca5bb2b13461d89d808
Author: krzys-h <krzys_h at interia.pl>
Date:   Sat Apr 9 18:52:15 2016 +0200

    Fixed missing #includes
---
 src/level/robotmain.cpp | 1 +
 src/ui/studio.cpp       | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/level/robotmain.cpp b/src/level/robotmain.cpp
index ff3ae3b..e1fb239 100644
--- a/src/level/robotmain.cpp
+++ b/src/level/robotmain.cpp
@@ -107,6 +107,7 @@
 
 #include <iomanip>
 #include <stdexcept>
+#include <ctime>
 
 #include <boost/lexical_cast.hpp>
 
diff --git a/src/ui/studio.cpp b/src/ui/studio.cpp
index b07b631..483d89b 100644
--- a/src/ui/studio.cpp
+++ b/src/ui/studio.cpp
@@ -62,6 +62,7 @@
 #include "ui/controls/window.h"
 
 #include <stdio.h>
+#include <ctime>
 
 
 namespace Ui

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git



More information about the Pkg-games-commits mailing list