mirror of https://github.com/CGAL/cgal
re-add <version> to fix clangd warnings
This commit is contained in:
parent
ef6f9d8c3c
commit
c856e40662
|
|
@ -85,6 +85,9 @@
|
|||
#include <sstream>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#if __has_include(<version>)
|
||||
# include <version>
|
||||
#endif
|
||||
#if CGAL_CXX20 && __has_include(<ranges>)
|
||||
# include <ranges>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@
|
|||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
#if __has_include(<version>)
|
||||
# include <version>
|
||||
#endif
|
||||
|
||||
#if CGAL_CXX20 && __cpp_lib_concepts >= 201806L && __cpp_lib_ranges >= 201911L
|
||||
#include <ranges>
|
||||
|
|
|
|||
Loading…
Reference in New Issue