mirror of
https://github.com/wolfpld/tracy
synced 2025-05-06 07:03:52 +00:00
Added __has_include(<execution>) back.
This commit is contained in:
parent
5c75fe292f
commit
8a8faa3d6c
@ -9,12 +9,19 @@
|
||||
#include <string.h>
|
||||
|
||||
#if ( defined _MSC_VER && _MSVC_LANG >= 201703L ) || __cplusplus >= 201703L
|
||||
# include <execution>
|
||||
# if __has_include(<execution>)
|
||||
# include <execution>
|
||||
# else
|
||||
# define MY_LIBCPP_SUCKS
|
||||
# endif
|
||||
#else
|
||||
# include "tracy_pdqsort.h"
|
||||
# define MY_LIBCPP_SUCKS
|
||||
#endif
|
||||
|
||||
#if MY_LIBCPP_SUCKS
|
||||
# include "tracy_pdqsort.h"
|
||||
#endif
|
||||
|
||||
#include "../common/TracyProtocol.hpp"
|
||||
#include "../common/TracySystem.hpp"
|
||||
#include "TracyFileRead.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user