From 0eb851ff8c415252e15b0d8ae409e25cd4b1245c Mon Sep 17 00:00:00 2001 From: Powei Feng Date: Wed, 8 Nov 2023 10:55:28 -0800 Subject: [PATCH] Update debug.cpp (#7337) --- libs/utils/src/debug.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/utils/src/debug.cpp b/libs/utils/src/debug.cpp index f033770a01..3d20475ad7 100644 --- a/libs/utils/src/debug.cpp +++ b/libs/utils/src/debug.cpp @@ -18,6 +18,8 @@ #include +#include + namespace utils { // we use a non-inlined, not marked as "no return" function for aborting so that we can set