Skip to content

Commit

Permalink
Fix relative include path
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStevns committed Nov 29, 2024
1 parent 685f96f commit 055dd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_lib/src/structure/filemanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GNU General Public License for more details.
#include "fileformat.h"
#include "object.h"
#include "layercamera.h"
#include "util/util.h"
#include "util.h"

FileManager::FileManager(QObject* parent) : QObject(parent)
{
Expand Down

0 comments on commit 055dd7f

Please sign in to comment.