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

@@ -40,6 +40,8 @@
#include <Mod/Part/App/TopoShapePy.h>
#include <App/Application.h>
using namespace std;
namespace Raytracing {
class Module : public Py::ExtensionModule<Module>