Skip to content

Commit 4accde8

Browse files
committed
Add missing includes for some implementations
1 parent f07e14f commit 4accde8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/libhat/compressed_pair.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#ifndef LIBHAT_MODULE
44
#include <tuple>
5+
#include <utility>
56
#endif
67

78
#include "defines.hpp"

include/libhat/strconv.hpp

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

33
#ifndef LIBHAT_MODULE
4+
#include <cstdint>
45
#include <string_view>
56
#include <type_traits>
67
#endif

0 commit comments

Comments
 (0)