From efbd6deaa3414a1eec4410bfae5ae55bc872a59f Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 4 Feb 2004 11:44:29 +0000 Subject: [PATCH] #include missing --- src/gdcmDicomDirElement.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index cc83188d..7fecc3eb 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -1,6 +1,7 @@ // gdcmDicomDirElement.cxx //----------------------------------------------------------------------------- #include +#include // For sprintf #include "gdcmDicomDirElement.h" #include "gdcmUtil.h" -- 2.45.1