From e46af93bcc91a1f5660c22ade7c9dedead5a772a Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周六, 30 11月 2019 23:24:58 +0800 Subject: [PATCH] fix centos --- 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