Bläddra i källkod

Tests/X11: Add missing include <stdlib.h> for 'rand'

Brad King 13 år sedan
förälder
incheckning
7fa8e532b6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      Tests/X11/HelloWorldX11.cxx

+ 1 - 0
Tests/X11/HelloWorldX11.cxx

@@ -15,6 +15,7 @@
 #define MAIN_H 1
 
 #include <iostream>
+#include <stdlib.h>
 
 /* include the X library headers */
 #include <X11/Xlib.h>