Skip to content

Commit 854f260

Browse files
committed
Fixed include case sensitive name include
1 parent 8386bed commit 854f260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Windows/mainwindow.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef ZEGRAPHER_H
2525
#define ZEGRAPHER_H
2626

27-
#include "Structures.h"
27+
#include "structures.h"
2828
#include "GraphDraw/maingraph.h"
2929
#include "Windows/rangeadjustments.h"
3030
#include "Windows/mathobjectsinput.h"

Windows/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#ifndef SETTINGS_H
2525
#define SETTINGS_H
2626

27-
#include "Structures.h"
27+
#include "structures.h"
2828
#include "information.h"
2929
#include "Widgets/qcolorbutton.h"
3030

0 commit comments

Comments
 (0)