]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/CDMUtilities.h
open project fixed for model creation. Model not created yet
[crea.git] / lib / creaDevManagerLib / CDMUtilities.h
index 15031ab3048a9dc08c868c330249eb8711604fe7..2b4f05bfcea9a505864c7969d26ea3964a9cf5df 100644 (file)
@@ -36,6 +36,7 @@
 #define CDMUTILITIES_H_
 
 #include<iostream>
+#include<cstddef>
 
 namespace CDMUtilities
 {
@@ -52,7 +53,7 @@ namespace CDMUtilities
       );
   };
 
-  const std::string& fixPath(const std::string& path);
+  const std::string fixPath(const std::string& path);
 };
 
 #endif /* CDMUTILITIES_H_ */