projects
/
gltest.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix build
[gltest.git]
/
gltest.cpp
diff --git
a/gltest.cpp
b/gltest.cpp
index 7f98eec9f898999c5aa10fceb3b6fd7d8e32c027..b8d3d0e6a54dc9ba9f9f1ef68ad5ed5eec257ddb 100644
(file)
--- a/
gltest.cpp
+++ b/
gltest.cpp
@@
-17,6
+17,7
@@
*/
// stdlib includes
+#include <iostream>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
@@
-25,6
+26,7
@@
#include <unistd.h>
#include <assert.h>
#include <boost/program_options.hpp>
+#include <X11/keysym.h>
namespace po = boost::program_options;