Skip to content

Commit

Permalink
Add a missing header in the GlyphFace file. (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
shlzxjp authored Dec 23, 2024
1 parent 85bb32e commit 51f6e10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/tgfx/core/GlyphFace.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma once

#include <memory>
#include "tgfx/core/Font.h"
#include "tgfx/core/Image.h"
#include "tgfx/core/Path.h"
#include "tgfx/core/Typeface.h"
Expand Down
1 change: 0 additions & 1 deletion src/core/FontGlyphFace.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
/////////////////////////////////////////////////////////////////////////////////////////////////

#pragma once
#include "tgfx/core/Font.h"
#include "tgfx/core/GlyphFace.h"

namespace tgfx {
Expand Down

0 comments on commit 51f6e10

Please sign in to comment.