src/corelib/global/qglobal.cpp
changeset 30 5dc02b23752f
parent 23 89e065397ea6
child 33 3e2da88830cd
--- a/src/corelib/global/qglobal.cpp	Wed Jun 23 19:07:03 2010 +0300
+++ b/src/corelib/global/qglobal.cpp	Tue Jul 06 15:10:48 2010 +0300
@@ -58,6 +58,11 @@
 #include <stdarg.h>
 #include <string.h>
 
+#ifndef QT_NO_EXCEPTIONS
+#  include <string>
+#  include <exception>
+#endif
+
 #if !defined(Q_OS_WINCE)
 #  include <errno.h>
 #  if defined(Q_CC_MSVC)