Fix build

This commit is contained in:
Svetlana Kulikova
2025-10-02 12:55:32 +03:00
parent e28aea4734
commit dc904a1f13
3 changed files with 3 additions and 2 deletions

View File

@ -113,7 +113,6 @@ SOURCES += \
../../../../raster/ImageFileFormatChecker.cpp \
../../../../raster/Metafile/MetaFile.cpp \
../../../../raster/PICT/PICFile.cpp \
../../../../raster/PICT/pic.cpp \
\
../../../ArrowHead.cpp \
../../../Brush.cpp \

View File

@ -33,7 +33,9 @@
#include "../../common/File.h"
#include <sys/stat.h>
#ifndef _WIN32
#include <unistd.h>
#endif
CPictFile::CPictFile()
{

View File

@ -32,7 +32,7 @@
#ifndef PICFILE_H
#define PICFILE_H
#include "../pro/Graphics.h"
#include "../../graphics/pro/Graphics.h"
enum PixelTrait
{