From ad15cca1df848f8d22f85b845470e79954346a0f Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 11 Sep 2020 17:05:15 +0800 Subject: [PATCH] use String.h instead BaseString.h --- src/UNIX/ProgramPath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UNIX/ProgramPath.cpp b/src/UNIX/ProgramPath.cpp index 222ac72..34f0328 100644 --- a/src/UNIX/ProgramPath.cpp +++ b/src/UNIX/ProgramPath.cpp @@ -1,4 +1,4 @@ -#include +#include #include #include #include