Skip to content

Commit 20cc1c8

Browse files
committed
fix includes
1 parent e94bcb7 commit 20cc1c8

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/odr/internal/oldms/word/io.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <array>
66
#include <functional>
77
#include <iosfwd>
8+
#include <memory>
89

910
namespace odr::internal::oldms {
1011

src/odr/internal/oldms/word/structs.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <array>
44
#include <cstdint>
5+
#include <memory>
6+
#include <stdexcept>
57
#include <string>
68
#include <vector>
79

0 commit comments

Comments
 (0)