Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 26, 2023
1 parent 2ae1dbb commit 8baaca2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/odr/internal/html/document_element.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <odr/document_element.hpp>
#include <odr/internal/html/document_element.hpp>

#include <odr/document_element.hpp>
#include <odr/document_path.hpp>
#include <odr/html.hpp>

#include <odr/internal/common/table_cursor.hpp>
#include <odr/internal/html/common.hpp>
#include <odr/internal/html/document_element.hpp>
#include <odr/internal/html/document_style.hpp>
#include <odr/internal/html/html_writer.hpp>
#include <odr/internal/html/image_file.hpp>
Expand Down
2 changes: 2 additions & 0 deletions src/odr/internal/html/document_element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

namespace odr {
class Element;
class ElementRange;
class MasterPage;

struct HtmlConfig;
} // namespace odr
Expand Down

0 comments on commit 8baaca2

Please sign in to comment.