X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FWebsite%2FCodingStyle.html;h=53910bb9ebeef6e3b39c46ede0de282d65d051c4;hb=e28b183ba68aa3cc84a44a779a31f9d906a1ad2f;hp=d62d019ff0f71a74aad4f01dcfc0ca514157c161;hpb=2231ee3a3a73117305f6dcbe90acf0b4aed24b3e;p=gdcm.git diff --git a/Doc/Website/CodingStyle.html b/Doc/Website/CodingStyle.html index d62d019f..53910bb9 100644 --- a/Doc/Website/CodingStyle.html +++ b/Doc/Website/CodingStyle.html @@ -279,7 +279,7 @@ long long -> int64_t; Hence do not use declarations like "unsigned int". With g++, accessing those typedef is achieved by the following - #include + #include < stdint.h >