diff options
Diffstat (limited to 'common/rfb/CopyRectDecoder.cxx')
-rw-r--r-- | common/rfb/CopyRectDecoder.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/rfb/CopyRectDecoder.cxx b/common/rfb/CopyRectDecoder.cxx index bca8da48..82ae06f1 100644 --- a/common/rfb/CopyRectDecoder.cxx +++ b/common/rfb/CopyRectDecoder.cxx @@ -15,6 +15,11 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. */ + +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <rdr/MemInStream.h> #include <rdr/OutStream.h> #include <rfb/PixelBuffer.h> |