mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix build
This commit is contained in:
@ -30,14 +30,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef CONNECTIONSTREAM_H
|
||||
#define CONNECTIONSTREAM_H
|
||||
#pragma once
|
||||
|
||||
#include "../../../../DesktopEditor/common/Types.h"
|
||||
#include "../Base/Types_32.h"
|
||||
#include "../../DesktopEditor/common/Types.h"
|
||||
#include "../Base/Base.h"
|
||||
#include "../XlsxFormat/WritingElement.h"
|
||||
#include <string>
|
||||
#include "../../../../ASCOfficeXlsFile2/source/XlsFormat/Logic/CompositeObject.h"
|
||||
#include "../../MsBinaryFile/XlsFile/Format/Logic/CompositeObject.h"
|
||||
|
||||
namespace XLSB
|
||||
{
|
||||
@ -63,5 +62,3 @@ namespace XLSB
|
||||
|
||||
}
|
||||
|
||||
#endif // CONNECTIONSTREAM_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user