commit | 78973f258039f6e96eba85f1b5ecdb14b3c51dbb | [log] [tgz] |
---|---|---|
author | Pierre Langlois <pierre.langlois@arm.com> | Wed Aug 10 14:35:56 2016 +0100 |
committer | Pierre Langlois <pierre.langlois@arm.com> | Fri Aug 12 09:29:08 2016 +0000 |
tree | 3a4575bdea61ee005f28369f92ff272bb5165082 | |
parent | ec4fdd22abecf1b8f52ee9dbff596ebdded9b5d6 [diff] [blame] |
Correctly include C headers This patch refactors VIXL to use `extern` block when including C header that do not have a C++ counterpart. Change-Id: I203d7d107755dbac3e5f4cf8d2f196f70dea1e07
diff --git a/src/utils-vixl.h b/src/utils-vixl.h index 06c7551..b27310d 100644 --- a/src/utils-vixl.h +++ b/src/utils-vixl.h
@@ -27,9 +27,8 @@ #ifndef VIXL_UTILS_H #define VIXL_UTILS_H -#include <string.h> - #include <cmath> +#include <cstring> #include <vector> #include "compiler-intrinsics-vixl.h"