diff options
author | Adam Tkac <atkac@redhat.com> | 2008-11-14 14:48:21 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-11-14 14:48:21 +0000 |
commit | 20e0d711fdc2cdb2df7f3d4447c27832e982a24b (patch) | |
tree | 6e42638de13bef6d310cd8606aeb5c76d3d69f8a /common/rdr/ZlibOutStream.cxx | |
parent | 247b729032ac7add40daa29a0d981a55e09c4343 (diff) | |
download | tigervnc-20e0d711fdc2cdb2df7f3d4447c27832e982a24b.tar.gz tigervnc-20e0d711fdc2cdb2df7f3d4447c27832e982a24b.zip |
[Refactoring] Improved rdr::Exception constructor. It now accepts variable
number of arguments.
[Bugfix] Minor compilation fixes (missing #includes)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3168 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rdr/ZlibOutStream.cxx')
-rw-r--r-- | common/rdr/ZlibOutStream.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/rdr/ZlibOutStream.cxx b/common/rdr/ZlibOutStream.cxx index df1dbeec..f60a620b 100644 --- a/common/rdr/ZlibOutStream.cxx +++ b/common/rdr/ZlibOutStream.cxx @@ -18,6 +18,8 @@ #include <rdr/ZlibOutStream.h> #include <rdr/Exception.h> +#include <os/print.h> + #include <zlib.h> using namespace rdr; |