mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 10:17:22 +00:00
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:
parent
9572389e67
commit
a420aa9594
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user