mirror of
https://oauth2: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@github.com/m1ngsama/TUT.git
synced 2026-05-10 19:11:00 +08: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