]> Creatis software - clitk.git/blobdiff - common/clitkMemoryUsage.h
With ITKv5, change VectorResample and VectorCast Image Filter to Resample and Cast...
[clitk.git] / common / clitkMemoryUsage.h
index a0dc86536c5cb451f6729b44ed3d63f8fc007121..92dd22a4f7aa48752d54cd0b49a227e412d74dcc 100644 (file)
@@ -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
 // clitk include
 #include "clitkConfiguration.h"
 
+// statgrab include
+#if CLITK_MEMORY_INFO == 1
+#include <statgrab.h>
+#endif
+
 //--------------------------------------------------------------------
 namespace clitk {