Include algorithm header in docpp.cpp

This change is apparently necessary for any_of and all_of to function on at least Windows and Linux.
This commit is contained in:
Jacob 2024-08-23 14:21:36 +02:00
parent dfc99c1854
commit 33f793d395

View file

@ -9,6 +9,7 @@
#include <string>
#include <unordered_map>
#include <vector>
#include <algorithm>
std::string docpp::HTML::Property::get_key() const {
return this->property.first;