We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94bcb7 commit 20cc1c8Copy full SHA for 20cc1c8
2 files changed
src/odr/internal/oldms/word/io.hpp
@@ -5,6 +5,7 @@
5
#include <array>
6
#include <functional>
7
#include <iosfwd>
8
+#include <memory>
9
10
namespace odr::internal::oldms {
11
src/odr/internal/oldms/word/structs.hpp
@@ -2,6 +2,8 @@
2
3
4
#include <cstdint>
+#include <stdexcept>
#include <string>
#include <vector>
0 commit comments