mirror of
https://github.com/m1ngsama/TUT.git
synced 2025-12-24 10:51:46 +00:00
fix: Add missing memory header to html_parser.h
Linux build requires explicit include of <memory> for std::unique_ptr
This commit is contained in:
parent
ef80f9ab82
commit
6564f23707
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
enum class ElementType {
|
||||
TEXT,
|
||||
|
|
|
|||
Loading…
Reference in a new issue