diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:10:44 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:10:44 (GMT) |
commit | ac98ab496ecfba9493e93f0e0323822a1c9ed2d6 (patch) | |
tree | 9a60b808a74826e4ecd53a2b45fc464efafe0f63 /examples/tools | |
parent | e3fcf351dee44b4f9457a6abbed76d37fc0fbe67 (diff) | |
download | Qt-ac98ab496ecfba9493e93f0e0323822a1c9ed2d6.zip Qt-ac98ab496ecfba9493e93f0e0323822a1c9ed2d6.tar.gz Qt-ac98ab496ecfba9493e93f0e0323822a1c9ed2d6.tar.bz2 |
compile (rand())
Diffstat (limited to 'examples/tools')
-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); |