X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkMemoryUsage.h;h=92dd22a4f7aa48752d54cd0b49a227e412d74dcc;hb=d55f025b18f68066a52b8f33c2dc6481e82c2580;hp=a0dc86536c5cb451f6729b44ed3d63f8fc007121;hpb=8365018304075da6b6ef5ab04ffc47660c77d05f;p=clitk.git diff --git a/common/clitkMemoryUsage.h b/common/clitkMemoryUsage.h index a0dc865..92dd22a 100644 --- a/common/clitkMemoryUsage.h +++ b/common/clitkMemoryUsage.h @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #ifndef CLITKMEMORYUSAGE_H #define CLITKMEMORYUSAGE_H @@ -22,6 +22,11 @@ // clitk include #include "clitkConfiguration.h" +// statgrab include +#if CLITK_MEMORY_INFO == 1 +#include +#endif + //-------------------------------------------------------------------- namespace clitk {