COMMON: Corrected Previous Commit.
Common::String class is in common/str.h, not string.h...
This commit is contained in:
parent
fb0a05c4cd
commit
ad936e9f8c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
#define COMMON_TIMER_H
|
||||
|
||||
#include "common/scummsys.h"
|
||||
#include "common/string.h"
|
||||
#include "common/str.h"
|
||||
#include "common/noncopyable.h"
|
||||
|
||||
namespace Common {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue