st/prober: Add missing includes

This commit is contained in:
Ryan Pavlik 2020-03-03 16:39:03 -06:00 committed by Jakob Bornecrantz
parent d2126882f6
commit b1b08a610c
2 changed files with 2 additions and 0 deletions

View file

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

View file

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