Skip to content

Update FileCopyManager.cpp#1

Open
K-F-github wants to merge 1 commit intovmos-dev:masterfrom
K-F-github:master
Open

Update FileCopyManager.cpp#1
K-F-github wants to merge 1 commit intovmos-dev:masterfrom
K-F-github:master

Conversation

@K-F-github
Copy link
Copy Markdown

Fix Linux build error caused by case-sensitive include

On Linux (Ubuntu 22.04), the build fails with:

fatal error: filecopymanager.h: No such file or directory

The actual header file in the project is:

src/src/helper/FileCopyManager.h

Linux filesystems are case-sensitive, so the include directive must be:

#include "FileCopyManager.h"

Instead of:

#include "filecopymanager.h"

This PR updates the include statement to use the correct casing and resolves the Linux build failure.

修正在 Ubuntu22.04 遇到大小寫編譯失敗問題

#include "filecopymanager.h" fails on Linux (should be FileCopyManager.h)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant