diff options
| author | Stefan Boberg <[email protected]> | 2026-04-12 22:52:14 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2026-04-12 22:52:14 +0200 |
| commit | 341259474fab519ee4a20af2768d51cafd5f491f (patch) | |
| tree | 7a19d9d0a8a5ce8e97f36514547acbfbaad79cf3 /src/zencore | |
| parent | Synthesize trace thread groups from name suffixes (diff) | |
| parent | Fix Linux build errors in trace.cpp and tourist analyzer.h (diff) | |
| download | zen-sb/tourist.tar.xz zen-sb/tourist.zip | |
Merge branch 'sb/tourist' of ssh://arn-wd-l1704:2222/ue-foundation/zen into sb/touristsb/tourist
Diffstat (limited to 'src/zencore')
| -rw-r--r-- | src/zencore/trace.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/trace.cpp b/src/zencore/trace.cpp index 2714c5221..d7084bbd1 100644 --- a/src/zencore/trace.cpp +++ b/src/zencore/trace.cpp @@ -6,6 +6,7 @@ # include <zencore/zencore.h> # include <zencore/commandline.h> # include <zencore/string.h> +# include <zencore/thread.h> # include <zencore/logging.h> # define TRACE_IMPLEMENT 1 |