Commit 634311e6 by Hyun Committed by wxila@DESKTOP-CM12JL4.(none)

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

parent 6d806da7
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
// Include a standard library header to allow configuration based on the // Include a standard library header to allow configuration based on the
// standard library in use. // standard library in use.
#ifdef __cplusplus #ifdef __cplusplus
#include <ciso646> #include <iso646.h>
#endif #endif
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
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