From 0987987f33f512cff91f2da67cd73f638f5eaeab Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 12 Sep 2023 01:01:07 +1000 Subject: [PATCH] replay: Include cstdarg from util (#29871) Fix compilation errors "use of undeclared identifier" for va_start & va_end. old-commit-hash: 43210ca0e21b15c1fcaff5517c71827b9fc21dab --- tools/replay/util.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/replay/util.cc b/tools/replay/util.cc index 172d545c75..2c2de69e78 100644 --- a/tools/replay/util.cc +++ b/tools/replay/util.cc @@ -4,6 +4,7 @@ #include #include +#include #include #include #include