diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 21:43:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 21:43:06 (GMT) |
commit | fc72c861859feec3f0cf365392cfc60550a4c45a (patch) | |
tree | 455a0a0958c141a35bb45e35b43664c6a23a5d18 /src/OffscreenContextGLX.cc | |
parent | d4c15a8fc428b88b52eb1e5c180999725e1cfb2b (diff) |
windows needs binary-mode set for exporting png
Diffstat (limited to 'src/OffscreenContextGLX.cc')
-rw-r--r-- | src/OffscreenContextGLX.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OffscreenContextGLX.cc b/src/OffscreenContextGLX.cc index ef26ce7..84bcf0e 100644 --- a/src/OffscreenContextGLX.cc +++ b/src/OffscreenContextGLX.cc @@ -45,7 +45,6 @@ See Also #include <GL/glx.h> #include <assert.h> -#include <fstream> #include <sstream> #include <sys/utsname.h> // for uname |