From: malaterre Date: Tue, 18 Jan 2005 04:01:09 +0000 (+0000) Subject: BUG: Fix build problem on old compiler X-Git-Tag: Version1.0.bp~275 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=c8691eb81e5b4376462ba611edffabbd6f9b43a2;p=gdcm.git BUG: Fix build problem on old compiler --- diff --git a/src/gdcmJPEGFragment.h b/src/gdcmJPEGFragment.h index 02b16138..7540e6db 100644 --- a/src/gdcmJPEGFragment.h +++ b/src/gdcmJPEGFragment.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmJPEGFragment.h,v $ Language: C++ - Date: $Date: 2005/01/17 03:05:55 $ - Version: $Revision: 1.9 $ + Date: $Date: 2005/01/18 04:01:09 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -23,6 +23,7 @@ #include "gdcmCommon.h" #include +#include namespace gdcm {