Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1da02899 authored by Steven Moreland's avatar Steven Moreland
Browse files

IWYU RegionHelper += <limits>

Test: compiles when transitive dependency is removed
Bug: 35363681
Change-Id: Ia405e41102e6ded07720e424167df7e4d080581e
parent 52ca987d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@
#include <stdint.h>
#include <sys/types.h>

#include <limits>

namespace android {
// ----------------------------------------------------------------------------