Part: std::unique_ptr is provided by the memory header

This commit is contained in:
wmayer
2022-05-12 17:52:52 +02:00
parent 5f0ad3864d
commit 4fea37b3bc
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <memory>
# include <BRepOffsetAPI_MakeFilling.hxx>
# include <gp_Pnt.hxx>
# include <GeomAbs_Shape.hxx>

View File

@@ -50,6 +50,7 @@
#include <list>
#include <set>
#include <map>
#include <memory>
#include <fstream>
#include <string>

View File

@@ -23,6 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <memory>
# include <Precision.hxx>
# include <Standard_Failure.hxx>
#endif