[Scummvm-git-logs] scummvm master -> a420aa9594b279be686c60f40169c3913a31c76a
eriktorbjorn
eriktorbjorn at telia.com
Tue Jun 29 13:13:37 UTC 2021
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:
a420aa9594 COMMON: Include textconsole.h in base-str.cpp
Commit: a420aa9594b279be686c60f40169c3913a31c76a
https://github.com/scummvm/scummvm/commit/a420aa9594b279be686c60f40169c3913a31c76a
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-06-29T15:12:20+02:00
Commit Message:
COMMON: Include textconsole.h in base-str.cpp
While it's not needed to build ScummVM, apparently some of the other
tools that use String do not include textconsole.h and complain that
warning() is undefined.
Changed paths:
common/base-str.cpp
diff --git a/common/base-str.cpp b/common/base-str.cpp
index 5389c912a5..2ac34bd8c4 100644
--- a/common/base-str.cpp
+++ b/common/base-str.cpp
@@ -24,6 +24,7 @@
#include "common/hash-str.h"
#include "common/list.h"
#include "common/memorypool.h"
+#include "common/textconsole.h"
#include "common/util.h"
#include "common/mutex.h"
More information about the Scummvm-git-logs
mailing list