commit | 1a630c3625cf80aa044f8264110ce8a069080c41 | [log] [tgz] |
---|---|---|
author | Mohammad Islam <samiul@google.com> | Fri Jun 21 08:18:00 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jun 21 08:18:00 2019 -0700 |
tree | d1242208f712c7e5e9bbb01430d15655e7bf2152 | |
parent | 93b09ec0beb291825178ec4cedf5d34d07662301 [diff] | |
parent | 040df27b1d21ffc3536e76945a0cba90219f53e2 [diff] |
Merge "Prevent definitions of expected.h from being included twice" am: 99087decb9 am: 040df27b1d Change-Id: I2a182cf6e4d66523eda1d76382bc986c4224d110
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>