From c80bfcf9f6ed9b11ef66482a748d90ccc5fb44ad Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Tue, 11 Feb 2020 12:29:20 +0200 Subject: [PATCH] - 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, std::__1::allocator >' --- src/sound/music/i_soundfont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/music/i_soundfont.h b/src/sound/music/i_soundfont.h index c2955620c..3ccdf8270 100644 --- a/src/sound/music/i_soundfont.h +++ b/src/sound/music/i_soundfont.h @@ -1,5 +1,6 @@ #pragma once +#include #include "doomtype.h" #include "w_wad.h" #include "files.h"