Include <typeinfo> header for using typeid

This commit is contained in:
Srivats P 2019-08-18 13:13:39 +05:30
parent 635ca18bce
commit 3e46c1b991

View File

@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#ifdef Q_OS_UNIX
#include <signal.h>
#include <typeinfo>
#define MY_BREAK_SIGNAL SIGUSR1