mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- added missing #include
src/sound/music/i_soundfont.cpp:121:12: error: no viable overloaded '=' src/sound/music/i_soundfont.cpp:127:12: error: no viable overloaded '=' src/sound/music/i_soundfont.cpp:140:14: error: implicit instantiation of undefined template 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >'
This commit is contained in:
parent
a1b5ab6e9b
commit
c80bfcf9f6
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "doomtype.h"
|
||||
#include "w_wad.h"
|
||||
#include "files.h"
|
||||
|
|
Loading…
Reference in a new issue