diff options
Diffstat (limited to 'Source/cmUuid.cxx')
-rw-r--r-- | Source/cmUuid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUuid.cxx b/Source/cmUuid.cxx index f0f2c51..cd52b3f 100644 --- a/Source/cmUuid.cxx +++ b/Source/cmUuid.cxx @@ -2,11 +2,11 @@ file Copyright.txt or https://cmake.org/licensing for details. */ #include "cmUuid.h" -#include "cmCryptoHash.h" - #include <array> #include <cstring> +#include "cmCryptoHash.h" + static const std::array<int, 5> kUuidGroups = { { 4, 2, 2, 2, 6 } }; std::string cmUuid::FromMd5(std::vector<unsigned char> const& uuidNamespace, |