From 36ce07093b68b07513149577c209ae7a57ab356b Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 15 3月 2020 16:26:21 +0800 Subject: [PATCH] Merge branch 'feature/pc_identifiers' into develop issues #2 #3 #14 #49 --- test/functional/crack_test.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/test/functional/crack_test.cpp b/test/functional/crack_test.cpp index fcf6143..b427928 100644 --- a/test/functional/crack_test.cpp +++ b/test/functional/crack_test.cpp @@ -1,3 +1,4 @@ + #define BOOST_TEST_MODULE standard_license_test #include <boost/test/unit_test.hpp> @@ -9,7 +10,7 @@ #include <iostream> #include "../../src/library/ini/SimpleIni.h" #include "generate-license.h" -#include "../../src/library/base/FileUtils.hpp" +#include "../../src/library/base/file_utils.hpp" namespace license { namespace test { -- Gitblit v1.9.1