diff options
author | Abseil Team <absl-team@google.com> | 2023-08-30 10:16:30 -0700 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-08-30 10:17:08 -0700 |
commit | 99a3a6ae4af45fef96b5279ddaad6b9eb9e44462 (patch) | |
tree | 167272795e10e06ff78b6f223feea6c60c7fb608 /absl/base | |
parent | b06ab1f3554eee58fa0eac046ea79f4b572fa502 (diff) |
Add missing #include options.h in optimization.h.
options.h was already included indirectly from config.h. This CL is just to include what you use.
PiperOrigin-RevId: 561376910
Change-Id: I5b96b2aedc1e02eddc049f5bf0e6faa91799930d
Diffstat (limited to 'absl/base')
-rw-r--r-- | absl/base/optimization.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/base/optimization.h b/absl/base/optimization.h index ad0121ad..f9859958 100644 --- a/absl/base/optimization.h +++ b/absl/base/optimization.h @@ -25,6 +25,7 @@ #include <assert.h> #include "absl/base/config.h" +#include "absl/base/options.h" // ABSL_BLOCK_TAIL_CALL_OPTIMIZATION // |