Skip to content

Commit 4ce04e1

Browse files
authored
Merge pull request #6 from AlexJones0/header
Include more headers
2 parents 38d3311 + 0c44fd4 commit 4ce04e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/fmt.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <concepts>
44
#include <type_traits>
55
#include <array>
6+
#include <string>
67
#include <stdint.h>
78
#include <stddef.h>
89

include/spec.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#pragma once
33
#include <cstdint>
44
#include <cstddef>
5+
#include <cctype>
56
#include <optional>
67

78
namespace reisfmt {

0 commit comments

Comments
 (0)