Skip to content

Commit 9e41e4b

Browse files
authored
fix include (#46)
1 parent 41384ce commit 9e41e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/ttl/range

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// # -*- mode: c++ -*-
22
#pragma once
3+
#include <array>
4+
#include <cstdint>
35

46
#include <ttl/bits/std_range.hpp>
57

0 commit comments

Comments
 (0)