<execution> is available starting from c++17
This commit is contained in:
parent
277de45dbc
commit
fba418d20b
1 changed files with 3 additions and 0 deletions
|
@ -52,7 +52,10 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#if __cplusplus >= 201703L
|
||||||
#include <execution>
|
#include <execution>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace mapnik
|
namespace mapnik
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue