Skip to content

Commit ddeea58

Browse files
committed
add some missing includes
1 parent 7946b55 commit ddeea58

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

depend/ggml

include/visp/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstdint>
34
#include <exception>
45
#include <string_view>
56

src/util/math.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "visp/util.h"
44

55
#include <algorithm>
6-
#include <span>
6+
#include <cmath>
77

88
namespace visp {
99
using std::clamp;

tests/workbench.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <ggml.h>
1212

1313
#include <cassert>
14+
#include <cmath>
1415
#include <exception>
1516
#include <numeric>
1617
#include <span>

0 commit comments

Comments
 (0)