Description: Add missing header
 Needed to compile with recent GCC version.
Author: Michael Hanke <michael.hanke@gmail.com>
Last-Update: 2010-04-29

--- a/Common/IRISException.cxx
+++ b/Common/IRISException.cxx
@@ -34,6 +34,7 @@
 =========================================================================*/
 #include "IRISException.h"
 #include <cstdarg>
+#include <cstdio>
 
 IRISException
 ::operator const char *() 
