From 3eeb130c21f94770cec666220f867b7f91b13763 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周一, 10 2月 2020 05:07:32 +0800 Subject: [PATCH] fix ubuntu 16.10 --- test/functional/standard-license_test.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/functional/standard-license_test.cpp b/test/functional/standard-license_test.cpp index 1ef1081..5d3839c 100644 --- a/test/functional/standard-license_test.cpp +++ b/test/functional/standard-license_test.cpp @@ -11,11 +11,11 @@ #include "generate-license.h" #include "../../src/library/base/FileUtils.hpp" +using namespace std; +namespace fs = boost::filesystem; + namespace license { namespace test { -namespace fs = boost::filesystem; -using namespace license; -using namespace std; /** * Test a generic license with no expiry neither client id. The license is read from file -- Gitblit v1.9.1