Fixed check for '__cpp_lib_filesystem' always false until after '#include <filesystem>'
This commit is contained in:
parent
338942b490
commit
edec46e8c3
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
#ifndef MAPNIK_FILESYSTEM_HPP
|
||||
#define MAPNIK_FILESYSTEM_HPP
|
||||
|
||||
#include <version>
|
||||
|
||||
#if defined(__cpp_lib_filesystem) && !defined(USE_BOOST_FILESYSTEM)
|
||||
#include <filesystem>
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue