From f20b06421e1aafe503f25f93be917859e8c3f8e5 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 28 Nov 2005 17:28:58 +0000 Subject: [PATCH] testinfo instead of testinfo.h should avoid compile errors --- Testing/TestCommand.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Testing/TestCommand.cxx b/Testing/TestCommand.cxx index ab7b4152..50d8f71a 100644 --- a/Testing/TestCommand.cxx +++ b/Testing/TestCommand.cxx @@ -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 -#include +#include class CommandTest : public gdcm::Command { -- 2.48.1