add missing include
authorRalf Jung <post@ralfj.de>
Tue, 22 Sep 2015 11:28:27 +0000 (13:28 +0200)
committerRalf Jung <post@ralfj.de>
Tue, 22 Sep 2015 11:28:27 +0000 (13:28 +0200)
gltest.cpp

index 7f98eec9f898999c5aa10fceb3b6fd7d8e32c027..f5f341e1410a2a77060986138f47252ccae28697 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 // stdlib includes
+#include <iostream>
 #include <time.h>
 #include <stdio.h>
 #include <stdlib.h>