fix headerfile

This commit is contained in:
2024-12-17 11:19:15 -04:00
parent 10597ba37d
commit 50b6b83299

View File

@@ -2,6 +2,8 @@
#define KOBUKIPARSER_H #define KOBUKIPARSER_H
#include <vector> #include <vector>
#include <thread>
struct TRawGyroData { struct TRawGyroData {
int x, y, z; int x, y, z;