Skip to content

Commit ed6defb

Browse files
committed
mdec: fix builds
1 parent 5b0565e commit ed6defb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/device/mdec/yuv.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "mdec.h"
22
#include "utils/math.h"
3+
#include <tuple>
34

45
namespace mdec {
56
// Helpers for accessing 1d arrays with 2d addressing

src/device/timer.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <cassert>
3+
#include <cmath>
34
#include "interrupt.h"
45
#include "utils/timing.h"
56

0 commit comments

Comments
 (0)