From faf607903da202a60438c1b50e569996fe301543 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周一, 04 5月 2020 21:28:51 +0800 Subject: [PATCH] Merge branch 'develop' of https://github.com/open-license-manager/open-license-manager into develop --- src/library/os/linux/network.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/os/linux/network.cpp b/src/library/os/linux/network.cpp index 1f7a76a..4e8ccda 100644 --- a/src/library/os/linux/network.cpp +++ b/src/library/os/linux/network.cpp @@ -28,7 +28,7 @@ #include <string.h> #include <memory.h> -#include "../../base/StringUtils.h" +#include "../../base/string_utils.h" #include "../../base/logger.h" #include "../network.hpp" -- Gitblit v1.9.1