Skip to content

Commit

Permalink
Add missing #include options.h in optimization.h.
Browse files Browse the repository at this point in the history
options.h was already included indirectly from config.h. This CL is just to include what you use.

PiperOrigin-RevId: 561376910
Change-Id: I5b96b2aedc1e02eddc049f5bf0e6faa91799930d
  • Loading branch information
Abseil Team authored and copybara-github committed Aug 30, 2023
1 parent b06ab1f commit 99a3a6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions absl/base/optimization.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <assert.h>

#include "absl/base/config.h"
#include "absl/base/options.h"

// ABSL_BLOCK_TAIL_CALL_OPTIMIZATION
//
Expand Down

0 comments on commit 99a3a6a

Please sign in to comment.