summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--absl/base/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/base/options.h b/absl/base/options.h
index 230bf1ee..cc47236a 100644
--- a/absl/base/options.h
+++ b/absl/base/options.h
@@ -70,7 +70,7 @@
// Include a standard library header to allow configuration based on the
// standard library in use.
#ifdef __cplusplus
-#include <ciso646>
+#include <iso646.h>
#endif
// -----------------------------------------------------------------------------