瀏覽代碼

Fixes for gcc12

Thanks @Willy-JL !
for fixing 13 apps in this commit,
other apps fixed by me
MX 1 年之前
父節點
當前提交
6f9f1c14c3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tracking/util/vector.h

+ 1 - 0
tracking/util/vector.h

@@ -17,6 +17,7 @@
 #define CARDBOARD_SDK_UTIL_VECTOR_H_
 
 #include <array>
+#include <cstddef>
 
 namespace cardboard {