Skip to content

Commit

Permalink
- added missing #include
Browse files Browse the repository at this point in the history
src/c_console.cpp:167:7: error: no type named 'u32string' in namespace 'std'
  • Loading branch information
alexey-lysiuk committed Mar 11, 2019
1 parent 02836b3 commit d5410a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/c_console.cpp
Expand Up @@ -32,6 +32,8 @@
**
*/

#include <string>

#include "templates.h"
#include "p_setup.h"
#include "i_system.h"
Expand Down

0 comments on commit d5410a8

Please sign in to comment.