diff options
Diffstat (limited to 'libs/binder/file.cpp')
-rw-r--r-- | libs/binder/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/binder/file.cpp b/libs/binder/file.cpp index bac667e4e5..6e450b90b7 100644 --- a/libs/binder/file.cpp +++ b/libs/binder/file.cpp @@ -18,6 +18,8 @@ #ifdef BINDER_NO_LIBBASE +#include "Utils.h" + #include <stdint.h> // clang-format off |