From e22505aee5a36e2290c32ccec12d50ec4e7fde27 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 30 11月 2019 18:48:45 +0800 Subject: [PATCH] fix centos tests --- test/functional/generate-license.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/functional/generate-license.cpp b/test/functional/generate-license.cpp index febf621..0002bee 100644 --- a/test/functional/generate-license.cpp +++ b/test/functional/generate-license.cpp @@ -8,6 +8,7 @@ #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> #include <sstream> +#include <fstream> #include <iostream> #include <licensecc_properties_test.h> -- Gitblit v1.9.1