1
0

fix: fix clang compile error

- fix the include of stacktrace error.
- fix env include issues.
- fix wrong include for libcxx enumerate patch.
- fix libcxx enumerate patch build issue.
This commit is contained in:
2025-12-20 22:32:18 +08:00
parent b8f794a879
commit 8e9f3b17a4
5 changed files with 91 additions and 227 deletions

View File

@@ -2,7 +2,7 @@
#include "../termcolor.hpp"
#include "../../patch/stream.hpp"
#include "../../patch/format.hpp"
#include "../../patch/libcxx/stacktrace.hpp"
#include "../../patch/libcxx/enumerate.hpp"
#include "../../string/op.hpp"
#include "../../env.hpp"
#include <ranges>