Don't include C++17 execution headers directly
This commit is contained in:
parent
72335f320e
commit
80853e66e0
@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
#include "STDIndicesStream.h"
|
#include "STDIndicesStream.h"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <execution>
|
|
||||||
#include <numeric>
|
|
||||||
|
|
||||||
#ifndef ALIGNMENT
|
#ifndef ALIGNMENT
|
||||||
#define ALIGNMENT (2*1024*1024) // 2MB
|
#define ALIGNMENT (2*1024*1024) // 2MB
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -6,10 +6,6 @@
|
|||||||
|
|
||||||
#include "STDRangesStream.hpp"
|
#include "STDRangesStream.hpp"
|
||||||
|
|
||||||
#include <algorithm>
|
|
||||||
#include <execution>
|
|
||||||
#include <ranges>
|
|
||||||
|
|
||||||
#ifndef ALIGNMENT
|
#ifndef ALIGNMENT
|
||||||
#define ALIGNMENT (2*1024*1024) // 2MB
|
#define ALIGNMENT (2*1024*1024) // 2MB
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user