]> Creatis software - gdcm.git/commitdiff
testinfo instead of testinfo.h should avoid compile errors
authorjpr <jpr>
Mon, 28 Nov 2005 17:28:58 +0000 (17:28 +0000)
committerjpr <jpr>
Mon, 28 Nov 2005 17:28:58 +0000 (17:28 +0000)
Testing/TestCommand.cxx

index ab7b41522960ca9ec2d7930110ae9952054f712c..50d8f71abafea0e420e952bfde65ef8b80f36f4b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestCommand.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:31:19 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2005/11/28 17:28:58 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -20,7 +20,7 @@
 #include "gdcmCommandManager.h"
 
 #include <iostream>
-#include <typeinfo.h>
+#include <typeinfo>
 
 class CommandTest : public gdcm::Command
 {