Fixed compilation with latest MSVC version. Needs to explicitly include <typeinfo> header now.
This commit is contained in:
parent
9aa6c39d93
commit
bfa0c98484
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 9
|
#define VER_LAMEXP_MINOR_LO 9
|
||||||
#define VER_LAMEXP_TYPE Alpha
|
#define VER_LAMEXP_TYPE Alpha
|
||||||
#define VER_LAMEXP_PATCH 4
|
#define VER_LAMEXP_PATCH 4
|
||||||
#define VER_LAMEXP_BUILD 2264
|
#define VER_LAMEXP_BUILD 2270
|
||||||
#define VER_LAMEXP_CONFG 2188
|
#define VER_LAMEXP_CONFG 2188
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -58,6 +58,7 @@
|
|||||||
|
|
||||||
//CRT
|
//CRT
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
#include <typeinfo>
|
||||||
|
|
||||||
//Helper macros
|
//Helper macros
|
||||||
#define LINK(URL) QString("<a href=\"%1\">%2</a>").arg(URL).arg(QString(URL).replace("-", "−"))
|
#define LINK(URL) QString("<a href=\"%1\">%2</a>").arg(URL).arg(QString(URL).replace("-", "−"))
|
||||||
|
Loading…
Reference in New Issue
Block a user