summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-06-10 03:52:18 +1000
committerDave Airlie <airlied@linux.ie>2008-06-10 03:52:18 +1000
commitaa22711bf1658d30cbfc0b81e19b522a827ea35e (patch)
treebd639402f72f5b6dffdf20c44843e4a88cb5c8e8
parent8c9ea79df05e9efdf8966ea8141a739c74631c71 (diff)
fix test to build on newer c++ compiler
-rw-r--r--tests/glean/treadpix.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/glean/treadpix.cpp b/tests/glean/treadpix.cpp
index 5c145a6b8..e5c87161d 100644
--- a/tests/glean/treadpix.cpp
+++ b/tests/glean/treadpix.cpp
@@ -30,6 +30,7 @@
#include <cmath>
#include <iomanip>
+#include <cstdlib>
#include "misc.h"
#include "rand.h"
#include "treadpix.h"