Skip to content

Commit 38d3311

Browse files
authored
Merge pull request #5 from AlexJones0/optional
Include optional header in spec.hh
2 parents d1cd03d + c503f4f commit 38d3311

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/spec.hh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

22
#pragma once
3-
#include <stdint.h>
4-
#include <stddef.h>
3+
#include <cstdint>
4+
#include <cstddef>
5+
#include <optional>
56

67
namespace reisfmt {
78
struct StrIterator {

0 commit comments

Comments
 (0)