fix device get name on linux

This commit is contained in:
Zonghang Li 2024-11-05 22:07:09 +04:00
parent a7f3d917a1
commit 9a03b52785

View file

@ -15,6 +15,7 @@
#include <chrono>
#include <fstream>
#include <string>
#include <cstring>
#include <sstream>
#include <sys/types.h>
#include <vector>