mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
tests: Include u_time.h in history_buf
This commit is contained in:
parent
08d100d7b0
commit
b56aebff47
|
@ -6,9 +6,12 @@
|
||||||
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <math/m_relation_history.h>
|
#include <math/m_relation_history.h>
|
||||||
|
#include <util/u_time.h>
|
||||||
#include <util/u_template_historybuf.hpp>
|
#include <util/u_template_historybuf.hpp>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
|
||||||
using xrt::auxiliary::util::HistoryBuffer;
|
using xrt::auxiliary::util::HistoryBuffer;
|
||||||
|
|
||||||
template <typename Container>
|
template <typename Container>
|
||||||
|
|
Loading…
Reference in a new issue