We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58eb73 commit 88079e1Copy full SHA for 88079e1
src/odr/internal/util/document_util.cpp
@@ -4,6 +4,10 @@
4
5
#include <odr/internal/abstract/document_element.hpp>
6
7
+#include <ranges>
8
+#include <stdexcept>
9
+#include <vector>
10
+
11
namespace odr::internal::util {
12
13
namespace {
0 commit comments