]> git.cworth.org Git - apitrace/blobdiff - glimports.hpp
Parse doubles to a new Double class rather than to the Float class.
[apitrace] / glimports.hpp
index 7235d6241a698609175a937dc4564e8f100967f0..d0dc0daa3e90b1230a19617707caabd17df4fe47 100644 (file)
@@ -131,10 +131,13 @@ CGLError CGLUpdateContext(CGLContextObj ctx);
 #include <GL/glx.h>
 #include "glext/glxext.h"
 
-/* Prevent collision with Trace::Bool */
+/* Prevent collision with trace::Bool */
 #undef Bool
 
 #endif
 
 
+#include "eglimports.hpp"
+
+
 #endif /* _GLIMPORTS_HPP_ */