diff options
author | David Boddie <dboddie@trolltech.com> | 2009-05-20 11:24:25 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-05-20 11:24:25 (GMT) |
commit | 1ee923a21c270094203c5d2a861a8015598ceda1 (patch) | |
tree | d53b292eabb1fc565840153d8f5efb3c3b2afd52 /examples | |
parent | 4e4ff34e3c4c905f17aa02160a17fdb7b9ad61ed (diff) | |
parent | 691e83425ac5883922837bc5fd1efb5385db9871 (diff) | |
download | Qt-1ee923a21c270094203c5d2a861a8015598ceda1.zip Qt-1ee923a21c270094203c5d2a861a8015598ceda1.tar.gz Qt-1ee923a21c270094203c5d2a861a8015598ceda1.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Conflicts:
doc/src/stylesheet.qdoc
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tools/contiguouscache/randomlistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/tools/contiguouscache/randomlistmodel.cpp b/examples/tools/contiguouscache/randomlistmodel.cpp index 0f58c0e..b1c7204 100644 --- a/examples/tools/contiguouscache/randomlistmodel.cpp +++ b/examples/tools/contiguouscache/randomlistmodel.cpp @@ -39,6 +39,7 @@ ** ****************************************************************************/ #include "randomlistmodel.h" +#include <stdlib.h> static const int bufferSize(500); static const int lookAhead(100); |