From 240ef4d9ec9b4dff033a3bd27d400a5019098939 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Fri, 16 Mar 2012 21:48:31 +0000 Subject: Fix stltest compilation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The usage of std:ptrdiff_t in the test requires the #inclusion of the cstddef header. Task-number: QTBUG-24828 Change-Id: I7e1ca6ee010469708f8da1709563b5ebced972e5 Reviewed-by: Anssi Eteläniemi Reviewed-by: Olivier Goffart --- config.tests/unix/stl/stltest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'config.tests/unix') diff --git a/config.tests/unix/stl/stltest.cpp b/config.tests/unix/stl/stltest.cpp index e17c7cbba7..5134c623c3 100644 --- a/config.tests/unix/stl/stltest.cpp +++ b/config.tests/unix/stl/stltest.cpp @@ -49,6 +49,7 @@ templates for common STL container classes. #include #include #include +#include // something mean to see if the compiler and C++ standard lib are good enough template -- cgit v1.2.3