From: jpr Date: Mon, 28 Nov 2005 17:28:58 +0000 (+0000) Subject: testinfo instead of testinfo.h should avoid compile errors X-Git-Tag: Version1.3~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=f20b06421e1aafe503f25f93be917859e8c3f8e5;p=gdcm.git testinfo instead of testinfo.h should avoid compile errors --- 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 {