From 9a03b5278563d60742ebc99ad5a0ae3396dad383 Mon Sep 17 00:00:00 2001 From: Zonghang Li Date: Tue, 5 Nov 2024 22:07:09 +0400 Subject: [PATCH] fix device get name on linux --- common/profiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/profiler.cpp b/common/profiler.cpp index 3e842f9f..1454cea2 100644 --- a/common/profiler.cpp +++ b/common/profiler.cpp @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include