Skip to content

Commit

Permalink
Include some headers so the code actually compiles. I don't know why …
Browse files Browse the repository at this point in the history
…it compiled earlier but doesn't now, but this *seems* to fix it.
  • Loading branch information
speedie committed Sep 27, 2024
1 parent 988773f commit c0986a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/docpp/HTML/element.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <string>
#include <docpp/types.hpp>
#include <docpp/HTML/formatting_enum.hpp>
#include <docpp/HTML/properties.hpp>

/**
Expand Down
1 change: 1 addition & 0 deletions src/CSS/element.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Copyright (c) 2024 speedie <speedie@speedie.site>
*/

#include <docpp/except.hpp>
#include <docpp/CSS/element.hpp>

docpp::CSS::Element& docpp::CSS::Element::operator=(const docpp::CSS::Element& element) {
Expand Down

0 comments on commit c0986a7

Please sign in to comment.