Commit 99a3a6ae by Abseil Team Committed by Copybara-Service

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
parent b06ab1f3
......@@ -25,6 +25,7 @@
#include <assert.h>
#include "absl/base/config.h"
#include "absl/base/options.h"
// ABSL_BLOCK_TAIL_CALL_OPTIMIZATION
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment