diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:12:06 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:12:06 (GMT) |
commit | 520c11a1af023b444a9cc0f0720d606cc6146486 (patch) | |
tree | 76c99631c37f56ca0465da386d686a994804c572 /examples | |
parent | 49d1dd6083074a6225e6784fd185c34b76ed5648 (diff) | |
parent | ac98ab496ecfba9493e93f0e0323822a1c9ed2d6 (diff) | |
download | Qt-520c11a1af023b444a9cc0f0720d606cc6146486.zip Qt-520c11a1af023b444a9cc0f0720d606cc6146486.tar.gz Qt-520c11a1af023b444a9cc0f0720d606cc6146486.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
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); |