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

@@ -80,6 +80,7 @@
#include "Geometry.h"
using namespace TechDraw;
using namespace std;
// Collection of Geometric Features
Wire::Wire()