Fix linux build: undefined std:string_view
Pop 'mesh' library c++ stranderd to c++17 Add required <string_view> header
This commit is contained in:
@@ -43,6 +43,7 @@ SOFTWARE.
|
||||
#include <memory> // unique_ptr
|
||||
#include <numeric> // accumulate
|
||||
#include <string> // string, stoi, to_string
|
||||
#include <string_view> // string_view
|
||||
#include <utility> // declval, forward, move, pair, swap
|
||||
#include <vector> // vector
|
||||
|
||||
|
||||
Reference in New Issue
Block a user