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.
This commit is contained in:
Torbjörn Andersson 2021-06-29 15:12:20 +02:00
parent 9572389e67
commit a420aa9594

View File

@ -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"