[Scummvm-cvs-logs] scummvm master -> 441ebc04b0afd2ba768c454c9a20b6320b4cf6a2
lordhoto
lordhoto at gmail.com
Wed Nov 27 23:08:54 CET 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
441ebc04b0 DEVTOOLS: Include 'iterator' for std::back_inserter.
Commit: 441ebc04b0afd2ba768c454c9a20b6320b4cf6a2
https://github.com/scummvm/scummvm/commit/441ebc04b0afd2ba768c454c9a20b6320b4cf6a2
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2013-11-27T14:07:57-08:00
Commit Message:
DEVTOOLS: Include 'iterator' for std::back_inserter.
Changed paths:
devtools/create_project/create_project.cpp
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 16b8e1d..9d7ed53 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -43,6 +43,7 @@
#include <stack>
#include <algorithm>
#include <iomanip>
+#include <iterator>
#include <cstring>
#include <cstdlib>
More information about the Scummvm-git-logs
mailing list