mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix build
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#define COMMON_H
|
||||
|
||||
#include <string>
|
||||
#include "../../DesktopEditor/common/StringBuilder.h"
|
||||
#include "../DesktopEditor/common/StringBuilder.h"
|
||||
|
||||
namespace HTML
|
||||
{
|
||||
|
||||
@ -14,8 +14,8 @@
|
||||
#include "Writers/MDWriter.h"
|
||||
#include "Tags/MDTags.h"
|
||||
|
||||
#include "../../Common/3dParty/html/gumbo-parser/src/gumbo.h"
|
||||
#include "../src/StringFinder.h"
|
||||
#include "../Common/3dParty/html/gumbo-parser/src/gumbo.h"
|
||||
#include "src/StringFinder.h"
|
||||
|
||||
#include <boost/tuple/tuple.hpp>
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
#ifndef HTMLREADER_H
|
||||
#define HTMLREADER_H
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
#include "../Common/3dParty/html/css/src/CCssCalculator.h"
|
||||
#include "../DesktopEditor/xml/include/xmlutils.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user