From 8baaca20c79b4f203e468ab5436f66fdeb1a6306 Mon Sep 17 00:00:00 2001 From: andiwand Date: Tue, 26 Dec 2023 12:21:17 +0100 Subject: [PATCH] try again --- .github/workflows/build_test.yml | 2 +- src/odr/internal/html/document_element.cpp | 4 ++-- src/odr/internal/html/document_element.hpp | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 0e99dbb6..7adf2b9f 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -25,7 +25,7 @@ jobs: - { os: ubuntu-22.04, compiler: clang, cc: clang-15, cxx: clang++-15 } - { os: ubuntu-22.04, compiler: gcc, cc: gcc-13, cxx: g++-13 } - { os: macos-12, compiler: clang, cc: clang, cxx: clang++ } - - { os: windows-2019, compiler: msvc } + - { os: windows-2022, compiler: msvc } steps: - name: ubuntu install ccache diff --git a/src/odr/internal/html/document_element.cpp b/src/odr/internal/html/document_element.cpp index 44f14e8c..0394a1f3 100644 --- a/src/odr/internal/html/document_element.cpp +++ b/src/odr/internal/html/document_element.cpp @@ -1,11 +1,11 @@ -#include +#include +#include #include #include #include #include -#include #include #include #include diff --git a/src/odr/internal/html/document_element.hpp b/src/odr/internal/html/document_element.hpp index 4ee8eeca..8354b866 100644 --- a/src/odr/internal/html/document_element.hpp +++ b/src/odr/internal/html/document_element.hpp @@ -3,6 +3,8 @@ namespace odr { class Element; +class ElementRange; +class MasterPage; struct HtmlConfig; } // namespace odr