summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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);