add missing std:: namespace to build on Debian 10

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

View File

@@ -61,6 +61,7 @@
#include "Cosmetic.h"
using namespace TechDraw;
using namespace std;
LineFormat::LineFormat()
{