diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 14:10:44 +1000 |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 14:10:44 +1000 |
commit | ac98ab496ecfba9493e93f0e0323822a1c9ed2d6 (patch) | |
tree | 9a60b808a74826e4ecd53a2b45fc464efafe0f63 /examples/tools/contiguouscache | |
parent | e3fcf351dee44b4f9457a6abbed76d37fc0fbe67 (diff) | |
download | qt4-tools-ac98ab496ecfba9493e93f0e0323822a1c9ed2d6.tar.gz |
compile (rand())
Diffstat (limited to 'examples/tools/contiguouscache')
-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 0f58c0ed33..b1c720422c 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); |