Skip to content

Commit

Permalink
Resolves missing include for GCC14 compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
obelisk79 committed May 25, 2024
1 parent 502207d commit ad7fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/App/LineGenerator.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#define DASHEDLINEGENERATOR_H

#include <Mod/TechDraw/TechDrawGlobal.h>

#include <map>
#include <QPen>

namespace TechDraw {
Expand Down

0 comments on commit ad7fc03

Please sign in to comment.