- Fix deprecated header in visual studio version 17.3.0 C++20

pull/1246/head
Hyun 2 years ago committed by wxila@DESKTOP-CM12JL4.(none)
parent 6d806da76f
commit 634311e6d2
  1. 2
      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
// -----------------------------------------------------------------------------

Loading…
Cancel
Save