mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-03-20 01:41:27 +00:00
- added missing #include
src/c_console.cpp:167:7: error: no type named 'u32string' in namespace 'std'
This commit is contained in:
parent
02836b3c3f
commit
d5410a8828
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "templates.h"
|
||||
#include "p_setup.h"
|
||||
#include "i_system.h"
|
||||
|
|
Loading…
Reference in a new issue