use std namespace in test_trianglemesh for brevity

This commit is contained in:
Joseph Lenox 2018-07-17 10:47:27 -05:00
parent a034aba0d8
commit e5329b1e9f

View File

@ -7,6 +7,7 @@
#include <algorithm>
using namespace Slic3r;
using namespace std;
SCENARIO( "TriangleMesh: Basic mesh statistics") {
GIVEN( "A 20mm cube, built from constexpr std::array" ) {