mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix build
This commit is contained in:
@ -113,7 +113,6 @@ SOURCES += \
|
||||
../../../../raster/ImageFileFormatChecker.cpp \
|
||||
../../../../raster/Metafile/MetaFile.cpp \
|
||||
../../../../raster/PICT/PICFile.cpp \
|
||||
../../../../raster/PICT/pic.cpp \
|
||||
\
|
||||
../../../ArrowHead.cpp \
|
||||
../../../Brush.cpp \
|
||||
|
||||
@ -33,7 +33,9 @@
|
||||
#include "../../common/File.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
CPictFile::CPictFile()
|
||||
{
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
#ifndef PICFILE_H
|
||||
#define PICFILE_H
|
||||
|
||||
#include "../pro/Graphics.h"
|
||||
#include "../../graphics/pro/Graphics.h"
|
||||
|
||||
enum PixelTrait
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user