a/util: Include u_time.h in hand tracking helper

This commit is contained in:
Jakob Bornecrantz 2022-05-22 14:00:17 +01:00 committed by Ryan Pavlik
parent b56aebff47
commit b64660d458

View file

@ -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 \