mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
a/util: Include u_time.h in hand tracking helper
This commit is contained in:
parent
b56aebff47
commit
b64660d458
|
@ -15,6 +15,9 @@
|
|||
#include "math/m_vec3.h"
|
||||
#include "math/m_api.h"
|
||||
|
||||
#include "util/u_time.h"
|
||||
|
||||
|
||||
#define DEG_TO_RAD(DEG) (DEG * M_PI / 180.)
|
||||
|
||||
#define VELOCIY_VALID_FLAGS \
|
||||
|
|
Loading…
Reference in a new issue