[Base] Remove includes to StdStlTools.h as that's not needed anymore
std::make_unique was introduced in c++14, so no need to use the back ported version
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#ifndef PART_GEOMETRYEXTENSION_H
|
||||
#define PART_GEOMETRYEXTENSION_H
|
||||
|
||||
#include <Base/StdStlTools.h>
|
||||
#include <Base/Persistence.h>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user