Add missing crtdbg.h include
_CrtSetReportMode requires crtdbg.h to be included. Change-Id: I7e2cbdf7e3087bbe115cd6a51024422b619ac552 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
parent
23688d8942
commit
f748875fa8
@ -69,6 +69,9 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
|
#ifndef Q_OS_WINCE
|
||||||
|
# include <crtdbg.h>
|
||||||
|
#endif
|
||||||
#include <windows.h> // for Sleep
|
#include <windows.h> // for Sleep
|
||||||
#endif
|
#endif
|
||||||
#ifdef Q_OS_UNIX
|
#ifdef Q_OS_UNIX
|
||||||
|
Loading…
Reference in New Issue
Block a user