From 7fa8e532b6f6148707f12c17c284194003d679e6 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 18 Jul 2012 09:59:15 -0400 Subject: Tests/X11: Add missing include for 'rand' --- Tests/X11/HelloWorldX11.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/X11/HelloWorldX11.cxx b/Tests/X11/HelloWorldX11.cxx index 5bbc19a..e3c9dd9 100644 --- a/Tests/X11/HelloWorldX11.cxx +++ b/Tests/X11/HelloWorldX11.cxx @@ -15,6 +15,7 @@ #define MAIN_H 1 #include +#include /* include the X library headers */ #include -- cgit v0.12