diff options
-rw-r--r-- | src/corelib/tools/qiterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qiterator.h b/src/corelib/tools/qiterator.h index 54c331e..46c2b3d 100644 --- a/src/corelib/tools/qiterator.h +++ b/src/corelib/tools/qiterator.h @@ -47,7 +47,7 @@ QT_BEGIN_HEADER #ifdef QT_NO_STL -# include <ciso646> // No-op, indirectly include additional configuration headers. +# include <new> // No-op, indirectly include additional configuration headers. # if defined(_LIBCPP_VERSION) // libc++ may declare these structs in an inline namespace. Forward-declare // these iterators in the same namespace so that we do not shadow the original |