mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-05 13:28:16 +00:00
st/prober: Add missing includes
This commit is contained in:
parent
d2126882f6
commit
b1b08a610c
|
@ -10,6 +10,7 @@
|
|||
#include "util/u_var.h"
|
||||
#include "util/u_misc.h"
|
||||
#include "util/u_debug.h"
|
||||
#include "os/os_hid.h"
|
||||
#include "p_prober.h"
|
||||
|
||||
#ifdef XRT_HAVE_V4L2
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "xrt/xrt_config_have.h"
|
||||
#include "xrt/xrt_config_os.h"
|
||||
#include "xrt/xrt_compiler.h"
|
||||
#include "xrt/xrt_prober.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue