summaryrefslogtreecommitdiffstats
path: root/examples/tools/contiguouscache
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-05-15 14:10:44 +1000
committerWarwick Allison <warwick.allison@nokia.com>2009-05-15 14:10:44 +1000
commitac98ab496ecfba9493e93f0e0323822a1c9ed2d6 (patch)
tree9a60b808a74826e4ecd53a2b45fc464efafe0f63 /examples/tools/contiguouscache
parente3fcf351dee44b4f9457a6abbed76d37fc0fbe67 (diff)
compile (rand())
Diffstat (limited to 'examples/tools/contiguouscache')
-rw-r--r--examples/tools/contiguouscache/randomlistmodel.cpp1
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);