From bea0cec8b3f02a8e6317aba2ba5f40c16b927266 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 01 12月 2019 13:44:00 +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