diff options
author | Brad King <brad.king@kitware.com> | 2020-05-08 12:18:00 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-08 12:18:17 (GMT) |
commit | 171bf5fa92076dd177d7fd5a611440ac0f2597b4 (patch) | |
tree | fc19d383bfd94a95ce05210fe8ea349c222498fd /Source/cmELF.cxx | |
parent | 3a0ea8f93a790ab7a9b7d6d11f09de55220183b0 (diff) | |
parent | 2faa3f6c55d2288316419f3efb8a483904a295f2 (diff) | |
download | CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.zip CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.gz CMake-171bf5fa92076dd177d7fd5a611440ac0f2597b4.tar.bz2 |
Merge topic 'third-parties-layout'
2faa3f6c55 Refactoring: Third-parties public headers are under cm3p prefix
75e87e3db4 bootstrap: update list of problematic files
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4705
Diffstat (limited to 'Source/cmELF.cxx')
-rw-r--r-- | Source/cmELF.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmELF.cxx b/Source/cmELF.cxx index 202b205..a8d81f7 100644 --- a/Source/cmELF.cxx +++ b/Source/cmELF.cxx @@ -3,6 +3,7 @@ #include "cmELF.h" #include <cstddef> +#include <cstdint> #include <map> #include <memory> #include <sstream> @@ -12,14 +13,13 @@ #include <cm/memory> #include <cmext/algorithm> -#include "cmsys/FStream.hxx" +#include <cm3p/kwiml/abi.h> -#include "cm_kwiml.h" +#include "cmsys/FStream.hxx" // Include the ELF format information system header. #if defined(__OpenBSD__) # include <elf_abi.h> -# include <stdint.h> #elif defined(__HAIKU__) # include <elf32.h> # include <elf64.h> |