OSDN Git Service

Fixed compilation with latest MSVC version. Needs to explicitly include <typeinfo...
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 20 May 2020 20:17:38 +0000 (22:17 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 20 May 2020 20:17:38 +0000 (22:17 +0200)
src/Config.h
src/Dialog_About.cpp

index 13e9e59..2d18557 100644 (file)
@@ -35,7 +35,7 @@
 #define VER_LAMEXP_MINOR_LO                                    9
 #define VER_LAMEXP_TYPE                                                Alpha
 #define VER_LAMEXP_PATCH                                       4
-#define VER_LAMEXP_BUILD                                       2264
+#define VER_LAMEXP_BUILD                                       2270
 #define VER_LAMEXP_CONFG                                       2188
 
 ///////////////////////////////////////////////////////////////////////////////
index ba7ab41..e9e1dc2 100644 (file)
@@ -58,6 +58,7 @@
 
 //CRT
 #include <math.h>
+#include <typeinfo>
 
 //Helper macros
 #define LINK(URL) QString("<a href=\"%1\">%2</a>").arg(URL).arg(QString(URL).replace("-", "&minus;"))