mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:10:06 +00:00
do not include date/date.h for clang
This commit is contained in:
parent
797f26e461
commit
d9f9e89b19
12 changed files with 12 additions and 12 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
#if !defined(_MSC_VER)
|
||||
#if !(defined(_MSC_VER) || defined(__clange__))
|
||||
# include <date/date.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue