mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- fixed compilation of Linux targets
src/sound/music/i_musicinterns.h:111:7: error: no template named 'shared_ptr' in namespace 'std' src/sound/music/i_musicinterns.h:133:7: error: no template named 'shared_ptr' in namespace 'std' src/sound/music/i_musicinterns.h:152:7: error: no template named 'shared_ptr' in namespace 'std'
This commit is contained in:
parent
9f190e76e3
commit
e00a4a53a6
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
#include "oplsynth/opl_mus_player.h"
|
||||
#include "c_cvars.h"
|
||||
#include "mus2midi.h"
|
||||
|
|
Loading…
Reference in a new issue