<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 <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
#if __cplusplus >= 201703L
|
||||
#include <execution>
|
||||
#endif
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue