commit | a5161a006c572aeb82b012df5dd8bcf4533b64c7 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Wed Jan 30 22:40:53 2019 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Fri Feb 01 20:07:56 2019 +0900 |
tree | 15d78f24a761792ef7d3fb07fb4ada76cb434e95 | |
parent | 0b8bbc5fe3e4ee20b3b521c74cad2c6efa6323e3 [diff] [blame] |
Enable more clang-tidy checks and treat them as errors Test: tests/runtests.sh Change-Id: If59480cee6460847f5c1cef17e3ef036b8e75651
diff --git a/libnetdutils/include/netdutils/Status.h b/libnetdutils/include/netdutils/Status.h index b3a5d01..503eea3 100644 --- a/libnetdutils/include/netdutils/Status.h +++ b/libnetdutils/include/netdutils/Status.h
@@ -18,6 +18,7 @@ #define NETUTILS_STATUS_H #include <cassert> +#include <limits> #include <ostream> namespace android {