add missing std:: namespace to build on Debian 10

This commit is contained in:
wmayer
2019-08-21 23:56:46 +02:00
parent 411827fbae
commit a79ce8d823
7 changed files with 8 additions and 0 deletions

View File

@@ -81,6 +81,7 @@
#include <Base/Vector3D.h>
using namespace Drawing;
using namespace std;
TopoDS_Edge DrawingOutput::asCircle(const BRepAdaptor_Curve& c) const
{