diff options
-rw-r--r-- | base/include/android-base/expected.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/include/android-base/expected.h b/base/include/android-base/expected.h index 08c9fb50d..957a8a000 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> |