commit | 040df27b1d21ffc3536e76945a0cba90219f53e2 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Fri Jun 21 08:10:19 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 21 08:10:19 2019 -0700 |
tree | d12c8b5f90fd01d6e5d4bfc7f0a4369b17451715 | |
parent | 16f213a23d2643ee0acf390e653a4a46b0a2e7a7 [diff] | |
parent | 99087decb9c9bb63ea20e18f6fa5ccbcefe8cf2b [diff] |
Merge "Prevent definitions of expected.h from being included twice" am: 99087decb9 Change-Id: I74124ec1ca8b4b43cdd0cfdb17bac2402c9f3b4e
diff --git a/base/include/android-base/expected.h b/base/include/android-base/expected.h index 08c9fb5..957a8a0 100644 --- a/base/include/android-base/expected.h +++ b/base/include/android-base/expected.h
@@ -14,6 +14,8 @@ * limitations under the License. */ +#pragma once + #include <algorithm> #include <initializer_list> #include <type_traits>