From 2b387c08da648344b69675ef690cf955e41f980e Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 26 Jul 2005 08:11:13 +0000 Subject: [PATCH] Include tiffiop.h before iostream. --- libtiff/tif_stream.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libtiff/tif_stream.cxx b/libtiff/tif_stream.cxx index 62f4d440..0a2d846a 100644 --- a/libtiff/tif_stream.cxx +++ b/libtiff/tif_stream.cxx @@ -1,4 +1,4 @@ -/* $Id: tif_stream.cxx,v 1.4 2005-03-05 11:18:04 dron Exp $ */ +/* $Id: tif_stream.cxx,v 1.5 2005-07-26 08:11:13 dron Exp $ */ /* * Copyright (c) 1988-1996 Sam Leffler @@ -27,8 +27,8 @@ /* * TIFF Library UNIX-specific Routines. */ -#include #include "tiffiop.h" +#include using namespace std;